Class WaitForMinimumPlayersPhase<T extends Minigame>
java.lang.Object
de.kentoj.scrow.bukkit.minigame.phase.Phase<T>
de.kentoj.scrow.bukkit.minigame.lobby.WaitForMinimumPlayersPhase<T>
- All Implemented Interfaces:
IPhase
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonCancel()Called together withPhase.onEnd()but only called when the phase was cancelled due to an errorprotected voidonStart()Shall callPhaseFlow.advancePhase()
-
Constructor Details
-
WaitForMinimumPlayersPhase
-
-
Method Details
-
onStart
protected void onStart()Description copied from class:PhaseShall callPhaseFlow.advancePhase() -
onCancel
protected void onCancel()Description copied from class:PhaseCalled together withPhase.onEnd()but only called when the phase was cancelled due to an error
-