Class HealthSwapRunnersScenario
java.lang.Object
org.bukkit.scheduler.BukkitRunnable
uk.radialbog9.spigot.manhunt.scenario.template.SwapScenarioTemplate
uk.radialbog9.spigot.manhunt.scenario.template.SwapHealthTemplate
uk.radialbog9.spigot.manhunt.scenario.scenarios.HealthSwapRunnersScenario
- All Implemented Interfaces:
Runnable
,ScenarioConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.bukkit.entity.Player>
Gets the set of playersvoid
setConfig
(ScenarioConfiguration config) Methods inherited from class uk.radialbog9.spigot.manhunt.scenario.template.SwapHealthTemplate
swap
Methods inherited from class uk.radialbog9.spigot.manhunt.scenario.template.SwapScenarioTemplate
run
Methods inherited from class org.bukkit.scheduler.BukkitRunnable
cancel, getTaskId, isCancelled, runTask, runTaskAsynchronously, runTaskLater, runTaskLaterAsynchronously, runTaskTimer, runTaskTimerAsynchronously
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface uk.radialbog9.spigot.manhunt.scenario.config.ScenarioConfigurable
getConfig
-
Constructor Details
-
HealthSwapRunnersScenario
public HealthSwapRunnersScenario()
-
-
Method Details
-
setConfig
- Specified by:
setConfig
in interfaceScenarioConfigurable
-
getPlayerSet
Description copied from class:SwapScenarioTemplate
Gets the set of players- Specified by:
getPlayerSet
in classSwapScenarioTemplate
- Returns:
- List of players
-