net.minecraft.client.resources.model

public class SimpleBakedModel

implements BakedModel

hee
net.minecraft.client.resources.model.SimpleBakedModel
net.minecraft.class_1093
net.minecraft.client.render.model.BasicBakedModel

Field summary

Modifier and TypeField
protected final List<BakedQuad>
a
unculledFaces
field_5411
quads
protected final Map<Direction, List<BakedQuad>>
b
culledFaces
field_5414
faceQuads
protected final boolean
c
hasAmbientOcclusion
field_5415
usesAo
protected final boolean
d
isGui3d
field_5413
hasDepth
protected final boolean
e
usesBlockLight
field_21864
isSideLit
protected final TextureAtlasSprite
f
particleIcon
field_5416
sprite
protected final ItemTransforms
g
transforms
field_5417
transformation

Constructor summary

ModifierConstructor
public (List<BakedQuad> quads, Map<Direction, List<BakedQuad>> faceQuads, boolean usesAo, boolean isSideLit, boolean hasDepth, TextureAtlasSprite sprite, ItemTransforms transformation)

Method summary

Modifier and TypeMethod
public List<BakedQuad>
a(dxv arg0, jm arg1, bam arg2)
getQuads(BlockState arg0, Direction arg1, RandomSource arg2)
method_4707(class_2680 arg0, class_2350 arg1, class_5819 arg2)
getQuads(BlockState arg0, Direction arg1, Random arg2)
public boolean
a()
useAmbientOcclusion()
method_4708()
useAmbientOcclusion()
public boolean
b()
isGui3d()
method_4712()
hasDepth()
public boolean
c()
usesBlockLight()
method_24304()
isSideLit()
public boolean
d()
isCustomRenderer()
method_4713()
isBuiltin()
public TextureAtlasSprite
e()
getParticleIcon()
method_4711()
getParticleSprite()
public ItemTransforms
f()
getTransforms()
method_4709()
getTransformation()