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 |
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 IModelCustom