net.minecraft.client.render.model.json

public record JsonUnbakedModel

implements UnbakedModel

net.minecraft.client.resources.model.cuboid.CuboidModel
net.minecraft.class_793
net.minecraft.client.render.model.json.JsonUnbakedModel

Field summary

Modifier and TypeField
private final Geometry
geometry
comp_3739
geometry
private final UnbakedModel$GuiLight
guiLight
comp_3740
guiLight
private final Boolean
ambientOcclusion
comp_3741
ambientOcclusion
private final ModelTransformation
transforms
comp_3742
transformations
private final ModelTextures$Textures
textureSlots
comp_3743
textures
private final Identifier
parent
comp_3744
parent
static final com.google.gson.Gson
GSON
field_4254
GSON

Constructor summary

ModifierConstructor
public (Geometry geometry, UnbakedModel$GuiLight guiLight, Boolean ambientOcclusion, ModelTransformation transformations, ModelTextures$Textures textures, Identifier parent)

Method summary

Modifier and TypeMethod
public static JsonUnbakedModel
fromStream(Reader reader)
method_3437(Reader arg0)
deserialize(Reader input)
public Geometry
geometry()
comp_3739()
geometry()
public UnbakedModel$GuiLight
guiLight()
comp_3740()
guiLight()
public Boolean
ambientOcclusion()
comp_3741()
ambientOcclusion()
public ModelTransformation
transforms()
comp_3742()
transformations()
public ModelTextures$Textures
textureSlots()
comp_3743()
textures()
public Identifier
parent()
comp_3744()
parent()