public static class ForgeBlockStateV1.Variant
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ForgeBlockStateV1.Variant.Deserializer |
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
SET_VALUE |
Modifier and Type | Method and Description |
---|---|
protected BlockStateLoader.SubModel |
asGenericSubModel() |
<any> |
getCustomData() |
<any> |
getGui3d() |
ResourceLocation |
getModel() |
<any> |
getOnlyPartsVariant()
Gets a list containing the single variant of each part.
|
<any> |
getSmooth() |
<any> |
getState() |
<any> |
getSubmodels() |
<any> |
getTextures() |
<any> |
getUvLock() |
<any> |
getWeight() |
boolean |
isModelSet() |
protected BlockStateLoader.SubModel asGenericSubModel()
public <any> getOnlyPartsVariant()
public <any> getSmooth()
public <any> getGui3d()
public ResourceLocation getModel()
public boolean isModelSet()
public <any> getState()
public <any> getUvLock()
public <any> getWeight()
public <any> getTextures()
public <any> getSubmodels()
public <any> getCustomData()