Class HetzerModel
-
- All Implemented Interfaces:
public final class HetzerModel extends UwuableGeoModel<HetzerEntity>
-
-
Field Summary
Fields Modifier and Type Field Description private final String
modelPath
private final String
texturePath
private final String
animationPath
private final String
uwuModelPath
private final String
uwuTexturePath
private final AnimationProcessor<HetzerEntity>
processor
private final BakedGeoModel
currentModel
private final Double
animTime
private final Double
lastGameTickTime
private final Long
lastRenderedInstance
-
Constructor Summary
Constructors Constructor Description HetzerModel()
-
Method Summary
Modifier and Type Method Description String
getModelPath()
String
getTexturePath()
String
getAnimationPath()
String
getUwuModelPath()
String
getUwuTexturePath()
-
Methods inherited from class dev.wendigodrip.thebrokenscript.api.entity.base.UwuableGeoModel
getAnimationResource, getModelResource, getTextureResource
-
Methods inherited from class software.bernie.geckolib.model.GeoModel
addAdditionalStateData, applyMolangQueries, crashIfBoneMissing, getAnimation, getAnimationProcessor, getAnimationResourceFallbacks, getBakedModel, getBone, getModelResource, getRenderType, getTextureResource, handleAnimations, setCustomAnimations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getModelPath
String getModelPath()
-
getTexturePath
String getTexturePath()
-
getAnimationPath
String getAnimationPath()
-
getUwuModelPath
String getUwuModelPath()
-
getUwuTexturePath
String getUwuTexturePath()
-
-
-
-