net.minecraft.client.render.model.block

public class BasicBakedModel

implements BakedModel

dew
net.minecraft.unmapped.C_25236929
net.minecraft.client.render.model.block.BasicBakedModel
net.minecraft.client.renderer.block.model.SimpleBakedModel

Field summary

Modifier and TypeField
protected final List<BakedQuad>
a
f_94736638
unculledFaces
field_177563_a
protected final Map<Direction, List<BakedQuad>>
b
f_95188817
culledFaces
field_177561_b
protected final boolean
c
f_93175399
ambientOcclusion
field_177562_c
protected final boolean
d
f_76819300
gui3d
field_177559_d
protected final TextureAtlasSprite
e
f_21185957
particleIcon
field_177560_e
protected final ModelTransformations
f
f_82529441
transforms
field_177558_f
protected final ItemOverrides
g
f_79927017
overrides
field_188620_g

Constructor summary

ModifierConstructor
public (List<BakedQuad> unculledFaces, Map<Direction, List<BakedQuad>> culledFaces, boolean ambientOcclusion, boolean gui3d, TextureAtlasSprite particleIcon, ModelTransformations transforms, ItemOverrides overrides)

Method summary

Modifier and TypeMethod
public List<BakedQuad>
a(bkt arg0, ep arg1, Random arg2)
m_14859469(C_15815210 arg0, C_28786548 arg1, Random arg2)
getQuads(BlockState arg0, Direction arg1, Random arg2)
func_200117_a(IBlockState arg0, EnumFacing arg1, Random arg2)
public boolean
a()
m_30380995()
useAmbientOcclusion()
func_177555_b()
public boolean
b()
m_39719062()
isGui3d()
func_177556_c()
public boolean
c()
m_77851320()
isCustomRenderer()
func_188618_c()
public TextureAtlasSprite
d()
m_65873915()
getParticleIcon()
func_177554_e()
public ModelTransformations
e()
m_61455214()
getTransformations()
func_177552_f()
public ItemOverrides
f()
m_59804943()
getItemOverrides()
func_188617_f()