net.minecraft.client.resource.model

public class BlockModel

cmc
net.minecraft.unmapped.C_68226429
net.minecraft.client.resource.model.BlockModel

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
f
f_44816465
LOGGER
static final com.google.gson.Gson
a
f_15221875
GSON
private final List
g
f_28305122
elements
private final boolean
h
f_82432095
gui3d
private final boolean
i
f_37378373
ambientOcclusion
private ModelTransformations
j
f_13636338
transformations
public String
b
f_98616623
name
protected final Map
c
f_19371167
textures
protected BlockModel
d
f_42275896
parent
protected Identifier
e
f_39555287
parentLocation

Constructor summary

ModifierConstructor
protected (List elements, Map textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations)
protected (Identifier parentLocation, Map textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations)
private (Identifier parentLocation, List elements, Map textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations)

Method summary

Modifier and TypeMethod
public static BlockModel
a(Reader arg0)
m_71589880(Reader arg0)
fromJson(Reader reader)
public static BlockModel
a(String arg0)
m_42974913(String arg0)
fromJson(String s)
public List
a()
m_78666412()
getElements()
private boolean
k()
m_02125553()
hasParent()
public boolean
b()
m_85767292()
usesAmbientOcclusion()
public boolean
c()
m_72161126()
isGui3d()
public boolean
d()
m_69941524()
isComplete()
public void
a(Map arg0)
m_45686313(Map arg0)
findParent(Map models)
public boolean
b(String arg0)
m_32296573(String arg0)
hasTexture(String path)
public String
c(String arg0)
m_96296747(String arg0)
getTexture(String path)
private String
a(String arg0, cme arg1)
m_73146923(String arg0, C_40108516 arg1)
getTexture(String path, BlockModel__TextureContext context)
private boolean
d(String arg0)
m_39707644(String arg0)
isTextureReference(String path)
public Identifier
e()
m_83310228()
getParentLocation()
public BlockModel
f()
m_37663464()
getRoot()
public ModelTransformation
g()
m_63510246()
getThirdPersonTransformation()
public ModelTransformation
h()
m_33624619()
getFirstPersonTransformation()
public ModelTransformation
i()
m_53969556()
getHeadTransformation()
public ModelTransformation
j()
m_02831395()
getGuiTransformation()
public static void
b(Map arg0)
m_03127569(Map arg0)
checkHierarchy(Map models)