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