Class CircuitSurfaceModel
-
- All Implemented Interfaces:
public final class CircuitSurfaceModel extends CircuitModel
-
-
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<BaseCircuitEntity>
processor
private final BakedGeoModel
currentModel
private final Double
animTime
private final Double
lastGameTickTime
private final Long
lastRenderedInstance
-
Constructor Summary
Constructors Constructor Description CircuitSurfaceModel()
-
Method Summary
Modifier and Type Method Description Unit
setCustomAnimations(BaseCircuitEntity animatable, Long instanceId, AnimationState<BaseCircuitEntity> animationState)
-
Methods inherited from class dev.wendigodrip.thebrokenscript.client.entity.model.CircuitModel
getAnimationPath, getModelPath, getTexturePath, getUwuModelPath, 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setCustomAnimations
Unit setCustomAnimations(BaseCircuitEntity animatable, Long instanceId, AnimationState<BaseCircuitEntity> animationState)
-
-
-
-