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