Uses of Class
com.ericlam.mc.minigames.core.event.GameEvent
-
Packages that use GameEvent Package Description com.ericlam.mc.minigames.core.event.section 與遊戲階段有關的事件com.ericlam.mc.minigames.core.event.state 與遊戲階段切換有關的事件 -
-
Uses of GameEvent in com.ericlam.mc.minigames.core.event.section
Subclasses of GameEvent in com.ericlam.mc.minigames.core.event.section Modifier and Type Class Description classGamePreEndEvent遊戲結束事件,當遊戲結束後被觸發classGamePreStartEvent遊戲即將開始時被觸發classGameSectionEvent遊戲階段事件classGameStartEvent遊戲開始事件,遊戲開始時被觸發。classGameVotingEvent遊戲等候投票事件。他是最初始的遊戲事件, 在遊戲被激活并可以進入的時候觸發。 -
Uses of GameEvent in com.ericlam.mc.minigames.core.event.state
Subclasses of GameEvent in com.ericlam.mc.minigames.core.event.state Modifier and Type Class Description classGameStateSwitchEvent遊戲狀態切換事件classInGameStateSwitchEvent場地狀態切換事件
-