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, setRotationAnglespublic TechneModel(String fileName, URL resource) throws ModelFormatException
ModelFormatExceptionpublic String getType()
getType in interface IModelCustompublic void renderAll()
renderAll in interface IModelCustompublic void renderPart(String partName)
renderPart in interface IModelCustompublic void renderOnly(String... groupNames)
renderOnly in interface IModelCustompublic void renderAllExcept(String... excludedGroupNames)
renderAllExcept in interface IModelCustom