Class GamePlayerJoinEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- com.ericlam.mc.minigames.core.event.player.GamePlayerEvent
-
- com.ericlam.mc.minigames.core.event.player.GamePlayerJoinEvent
-
public class GamePlayerJoinEvent extends GamePlayerEvent
場地加入事件
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
-
Constructor Summary
Constructors Constructor Description GamePlayerJoinEvent(GamePlayer gamePlayer, InGameState state, GameState gameState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GameState
getGameState()
-
Methods inherited from class com.ericlam.mc.minigames.core.event.player.GamePlayerEvent
getGamePlayer, getHandlerList, getHandlers, getInGameState
-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
-
-
-
Constructor Detail
-
GamePlayerJoinEvent
public GamePlayerJoinEvent(GamePlayer gamePlayer, @Nullable InGameState state, @Nonnull GameState gameState)
-
-
Method Detail
-
getGameState
public GameState getGameState()
-
-