Sendable Animation
An Animation associated with a org.bukkit.entity.Player that can be sent to the associated org.bukkit.entity.Player.
Since
2.0.0
See also
Functions
Link copied to clipboard
Starts sending the frames of the Animation to the associated org.bukkit.entity.Player.
Link copied to clipboard
Stops sending the frames of the Animation to the associated org.bukkit.entity.Player.
Link copied to clipboard
Sends the given AnimationFrame to the associated org.bukkit.entity.Player and tells the frame to schedule the next frame to be sent.
Properties
Link copied to clipboard
If true
, then the Animation will loop when it hits the last frame, or until stop is called.