Interface IGeneratorAnimation
public interface IGeneratorAnimation
-
Method Summary
Modifier and TypeMethodDescriptionGet the identifier of the animationorg.bukkit.plugin.Plugin
Get the plugin that is responsible for this animationvoid
run()
Run the animation of the generator Should be used with repeating or scheduled tasks
-
Method Details
-
getIdentifier
String getIdentifier()Get the identifier of the animation- Returns:
- the identifier of the animation
-
getPlugin
org.bukkit.plugin.Plugin getPlugin()Get the plugin that is responsible for this animation- Returns:
- the plugin that is responsible for this animation
-
run
void run()Run the animation of the generator Should be used with repeating or scheduled tasks
-