net.minecraft.client.renderer.block.model

public record BlockModel

implements UnbakedModel

gsx
net.minecraft.client.renderer.block.model.BlockModel
net.minecraft.class_793
net.minecraft.client.render.model.json.JsonUnbakedModel
net.minecraft.src.C_4205_

Field summary

Modifier and TypeField
private final UnbakedGeometry
b
geometry
comp_3739
geometry
f_381056_
private final UnbakedModel$GuiLight
d
guiLight
comp_3740
guiLight
f_111423_
private final Boolean
e
ambientOcclusion
comp_3741
ambientOcclusion
f_382629_
private final ItemTransforms
f
transforms
comp_3742
transformations
f_111425_
private final TextureSlots$Data
g
textureSlots
comp_3743
textures
f_370667_
private final ResourceLocation
h
parent
comp_3744
parent
f_111418_
static final com.google.gson.Gson
a
GSON
field_4254
GSON
f_111415_

Constructor summary

ModifierConstructor
public (UnbakedGeometry guiLight, UnbakedModel$GuiLight ambientOcclusion, Boolean transforms, ItemTransforms textureSlots, TextureSlots$Data parent, ResourceLocation arg5)

Method summary

Modifier and TypeMethod
public static BlockModel
a(Reader arg0)
fromStream(Reader arg0)
method_3437(Reader arg0)
deserialize(Reader input)
m_111461_(Reader p_111462_)
public UnbakedGeometry
a()
geometry()
comp_3739()
geometry()
m_384273_()
public UnbakedModel$GuiLight
b()
guiLight()
comp_3740()
guiLight()
m_111479_()
public Boolean
c()
ambientOcclusion()
comp_3741()
ambientOcclusion()
m_385192_()
public ItemTransforms
d()
transforms()
comp_3742()
transformations()
m_111491_()
public TextureSlots$Data
e()
textureSlots()
comp_3743()
textures()
m_372752_()
public ResourceLocation
f()
parent()
comp_3744()
parent()
m_384274_()