Class PlanetRunnable

java.lang.Object
org.bukkit.scheduler.BukkitRunnable
ua.mcchickenstudio.opencreative.planets.PlanetRunnable
All Implemented Interfaces:
Runnable

public abstract class PlanetRunnable extends org.bukkit.scheduler.BukkitRunnable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final Planet
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
     
    final void
    run()
     

    Methods inherited from class org.bukkit.scheduler.BukkitRunnable

    cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • planet

      protected final Planet planet
  • Constructor Details

    • PlanetRunnable

      protected PlanetRunnable(Planet planet)
  • Method Details

    • run

      public final void run()
    • execute

      public abstract void execute()