net.minecraft.client.render.model

public class BasicBakedModel

implements BakedModel

dwj
net.minecraft.class_1093
net.minecraft.client.render.model.BasicBakedModel
net.minecraft.client.renderer.model.SimpleBakedModel

Field summary

Modifier and TypeField
protected final List<BakedQuad>
a
field_5411
quads
field_177563_a
protected final Map<EnumDirection, List<BakedQuad>>
b
field_5414
faceQuads
field_177561_b
protected final boolean
c
field_5415
usesAo
field_177562_c
protected final boolean
d
field_5413
depthInGui
field_177559_d
protected final Sprite
e
field_5416
sprite
field_177560_e
protected final ModelTransformation
f
field_5417
transformation
field_177558_f
protected final ModelItemPropertyOverrideList
g
field_5412
itemPropertyOverrides
field_188620_g

Constructor summary

ModifierConstructor
public (List<BakedQuad> arg0, Map<EnumDirection, List<BakedQuad>> arg1, boolean arg2, boolean arg3, Sprite arg4, ModelTransformation arg5, ModelItemPropertyOverrideList arg6)

Method summary

Modifier and TypeMethod
public List<BakedQuad>
a(bvo arg0, fa arg1, Random arg2)
method_4707(class_2680 arg0, class_2350 arg1, Random arg2)
getQuads(BlockState arg0, Direction arg1, Random arg2)
func_200117_a(BlockState arg0, Direction arg1, Random arg2)
public boolean
a()
method_4708()
useAmbientOcclusion()
func_177555_b()
public boolean
b()
method_4712()
hasDepthInGui()
func_177556_c()
public boolean
c()
method_4713()
isBuiltin()
func_188618_c()
public Sprite
d()
method_4711()
getSprite()
func_177554_e()
public ModelTransformation
e()
method_4709()
getTransformation()
func_177552_f()
public ModelItemPropertyOverrideList
f()
method_4710()
getItemPropertyOverrides()
func_188617_f()