Class CompositePhase<T extends Minigame>
java.lang.Object
de.kentoj.scrow.bukkit.minigame.phase.Phase<T>
de.kentoj.scrow.bukkit.minigame.phase.CompositePhase<T>
- All Implemented Interfaces:
IPhase
- Direct Known Subclasses:
LobbyPhase
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PhaseFlowprotected voidonCancel()Called together withPhase.onEnd()but only called when the phase was cancelled due to an errorprotected voidonStart()Shall callPhaseFlow.advancePhase()
-
Constructor Details
-
CompositePhase
-
-
Method Details
-
getSubPhaseFlow
-
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
-