Package dev.kosmx.playerAnim.api.layered
Interface IActualAnimation<T extends IActualAnimation<T>>
- All Superinterfaces:
IAnimation
- All Known Implementing Classes:
KeyframeAnimationPlayer
interface for some setters on animation players
-
Method Summary
Modifier and TypeMethodDescriptionsetFirstPersonConfiguration(@NotNull FirstPersonConfiguration firstPersonConfiguration) setFirstPersonMode(@NotNull FirstPersonMode firstPersonMode) Methods inherited from interface dev.kosmx.playerAnim.api.layered.IAnimation
get3DTransform, getFirstPersonConfiguration, getFirstPersonMode, isActive, setupAnim, tick
-
Method Details
-
setFirstPersonMode
- Returns:
- this for chaining (fluent)
-
setFirstPersonConfiguration
@NotNull T setFirstPersonConfiguration(@NotNull @NotNull FirstPersonConfiguration firstPersonConfiguration)
-