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
start
Link copied to clipboard
Starts sending the frames of the Animation to the associated org.bukkit.entity.Player.
stop
Link copied to clipboard
Stops sending the frames of the Animation to the associated org.bukkit.entity.Player.
update
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
isContinuous
Link copied to clipboard
If true
, then the Animation will loop when it hits the last frame, or until stop is called.
Sources
jvm source
Link copied to clipboard