Class BlueprintAnimation
java.lang.Object
com.ticxo.modelengine.api.animation.blueprint.BlueprintAnimation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateTimeline
(String bone) @Nullable org.bukkit.util.Vector
getPosition
(String bone, IAnimationProperty property) @NotNull org.bukkit.util.Vector
getPositionOrZero
(String bone, IAnimationProperty property) @Nullable org.bukkit.util.EulerAngle
getRotation
(String bone, IAnimationProperty property) @NotNull org.bukkit.util.EulerAngle
getRotationOrZero
(String bone, IAnimationProperty property) org.bukkit.util.Vector
getScale
(String bone, IAnimationProperty property) getScripts
(IAnimationProperty property) getTimeline
(String bone)
-
Constructor Details
-
BlueprintAnimation
-
-
Method Details
-
getOrCreateTimeline
-
getTimeline
-
getPosition
@Nullable public @Nullable org.bukkit.util.Vector getPosition(String bone, IAnimationProperty property) -
getPositionOrZero
@NotNull public @NotNull org.bukkit.util.Vector getPositionOrZero(String bone, IAnimationProperty property) -
getRotation
@Nullable public @Nullable org.bukkit.util.EulerAngle getRotation(String bone, IAnimationProperty property) -
getRotationOrZero
@NotNull public @NotNull org.bukkit.util.EulerAngle getRotationOrZero(String bone, IAnimationProperty property) -
getScale
-
getScripts
-