Class IntegrityModel
-
- All Implemented Interfaces:
public final class IntegrityModel extends UwuableGeoModel<IntegrityEntity>
-
-
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<IntegrityEntity>
processor
private final BakedGeoModel
currentModel
private final Double
animTime
private final Double
lastGameTickTime
private final Long
lastRenderedInstance
-
Constructor Summary
Constructors Constructor Description IntegrityModel()
-
Method Summary
Modifier and Type Method Description String
getModelPath()
String
getTexturePath()
String
getAnimationPath()
String
getUwuModelPath()
String
getUwuTexturePath()
Unit
setCustomAnimations(IntegrityEntity animatable, Long instanceId, AnimationState<IntegrityEntity> animationState)
-
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
-
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()
-
setCustomAnimations
Unit setCustomAnimations(IntegrityEntity animatable, Long instanceId, AnimationState<IntegrityEntity> animationState)
-
-
-
-