Interface IGeneratorAnimation


public interface IGeneratorAnimation
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the identifier of the animation
    org.bukkit.plugin.Plugin
    Get the plugin that is responsible for this animation
    void
    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