Class GiveRandomProjectileScenario
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
uk.radialbog9.spigot.manhunt.scenario.scenarios.GiveRandomProjectileScenario
- All Implemented Interfaces:
Runnable,ScenarioConfigurable
public class GiveRandomProjectileScenario
extends org.bukkit.scheduler.BukkitRunnable
implements ScenarioConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrandomProjectileItem(org.bukkit.Location loc) voidrun()voidsetConfig(ScenarioConfiguration config) Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronouslyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface uk.radialbog9.spigot.manhunt.scenario.config.ScenarioConfigurable
getConfig
-
Constructor Details
-
GiveRandomProjectileScenario
public GiveRandomProjectileScenario()
-
-
Method Details
-
randomProjectileItem
public void randomProjectileItem(org.bukkit.Location loc) -
run
public void run() -
setConfig
- Specified by:
setConfigin interfaceScenarioConfigurable
-