net.minecraft.client.render.model.block

public class BasicBakedModel

implements BakedModel

cbo
net.minecraft.unmapped.C_25236929
net.minecraft.client.render.model.block.BasicBakedModel

Field summary

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

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(atl arg0, cv arg1, long arg2)
m_14859469(C_15815210 arg0, C_28786548 arg1, long arg2)
getQuads(BlockState arg0, Direction arg1, long arg2)
public boolean
a()
m_30380995()
useAmbientOcclusion()
public boolean
b()
m_39719062()
isGui3d()
public boolean
c()
m_77851320()
isCustomRenderer()
public TextureAtlasSprite
d()
m_65873915()
getParticleIcon()
public ModelTransformations
e()
m_61455214()
getTransformations()
public ItemOverrides
f()
m_59804943()
getItemOverrides()