net.minecraft.client.render.model.block

public class BasicBakedModel

implements BakedModel

bys
net.minecraft.class_2534
net.minecraft.client.render.model.block.BasicBakedModel
net.minecraft.client.renderer.block.model.SimpleBakedModel

Field summary

Modifier and TypeField
protected final List<BakedQuad>
a
field_11325
unculledFaces
generalQuads
protected final Map<Direction, List<BakedQuad>>
b
field_13674
culledFaces
faceQuads
protected final boolean
c
field_11327
ambientOcclusion
ambientOcclusion
protected final boolean
d
field_11328
gui3d
gui3d
protected final TextureAtlasSprite
e
field_11329
particleIcon
texture
protected final ModelTransformations
f
field_11330
transforms
cameraTransforms
protected final ItemOverrides
g
field_13675
overrides
itemOverrideList

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(ars arg0, ct arg1, long arg2)
method_12502(class_2232 arg0, class_1354 arg1, long arg2)
getQuads(BlockState arg0, Direction arg1, long arg2)
getQuads(IBlockState arg0, EnumFacing arg1, long arg2)
public boolean
a()
method_10373()
useAmbientOcclusion()
isAmbientOcclusion()
public boolean
b()
method_10374()
isGui3d()
isGui3d()
public boolean
c()
method_10375()
isCustomRenderer()
isBuiltInRenderer()
public TextureAtlasSprite
d()
method_10376()
getParticleIcon()
getParticleTexture()
public ModelTransformations
e()
method_10377()
getTransformations()
getItemCameraTransforms()
public ItemOverrides
f()
method_12503()
getItemOverrides()
getOverrides()