public class TechneModel extends ModelBase implements IModelCustom
Modifier and Type | Field and Description |
---|---|
static java.util.List<java.lang.String> |
cubeTypes |
boxList, isChild, isRiding, onGround, textureHeight, textureWidth
Constructor and Description |
---|
TechneModel(ResourceLocation resource) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
void |
renderAll() |
void |
renderAllExcept(java.lang.String... excludedGroupNames) |
void |
renderOnly(java.lang.String... groupNames) |
void |
renderPart(java.lang.String partName) |
getRandomModelBox, getTextureOffset, render, setLivingAnimations, setRotationAngles, setTextureOffset
public TechneModel(ResourceLocation resource) throws ModelFormatException
ModelFormatException
public java.lang.String getType()
getType
in interface IModelCustom
public void renderAll()
renderAll
in interface IModelCustom
public void renderPart(java.lang.String partName)
renderPart
in interface IModelCustom
public void renderOnly(java.lang.String... groupNames)
renderOnly
in interface IModelCustom
public void renderAllExcept(java.lang.String... excludedGroupNames)
renderAllExcept
in interface IModelCustom