Class RootMotionHandler
java.lang.Object
com.ticxo.modelengine.api.animation.rootmotion.RootMotionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateRootMotion(org.bukkit.util.Vector base) doubledoublebooleanbooleanisQueued()voidqueueVelocity(RootMotion rootMotion) voidsetBaseWeight(double baseWeight) voidsetOverride(boolean override) voidsetRootBone(ModelBone rootBone) voidsetWeight(double weight)
-
Constructor Details
-
RootMotionHandler
-
-
Method Details
-
queueVelocity
-
isQueued
public boolean isQueued() -
calculateRootMotion
-
getModeledEntity
-
getVelocityQueue
-
getRootBone
-
getBaseWeight
public double getBaseWeight() -
getWeight
public double getWeight() -
isOverride
public boolean isOverride() -
setRootBone
-
setBaseWeight
public void setBaseWeight(double baseWeight) -
setWeight
public void setWeight(double weight) -
setOverride
public void setOverride(boolean override)
-