Class WaitForMaximumPlayersPhase
java.lang.Object
de.kentoj.scrow.bukkit.minigame.phase.AbstractPhase<LobbyMinigame>
de.kentoj.scrow.bukkit.minigame.lobby.WaitForMaximumPlayersPhase
- All Implemented Interfaces:
Phase
-
Field Summary
Fields inherited from class de.kentoj.scrow.bukkit.minigame.phase.AbstractPhase
ctx -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonCancel()Called together withAbstractPhase.onEnd()but only called when the phase was cancelled due to an errorvoidonStart()Shall callPhaseFlow.advancePhase()protected voidonTick(int tick) Methods inherited from class de.kentoj.scrow.bukkit.minigame.phase.AbstractPhase
advancePhase, cancel, end, onEnd, start
-
Constructor Details
-
WaitForMaximumPlayersPhase
-
-
Method Details
-
onStart
public void onStart()Description copied from class:AbstractPhaseShall callPhaseFlow.advancePhase()- Specified by:
onStartin classAbstractPhase<LobbyMinigame>
-
onTick
protected void onTick(int tick) - Overrides:
onTickin classAbstractPhase<LobbyMinigame>
-
onCancel
protected void onCancel()Description copied from class:AbstractPhaseCalled together withAbstractPhase.onEnd()but only called when the phase was cancelled due to an error- Specified by:
onCancelin classAbstractPhase<LobbyMinigame>
-