Uses of Class
com.ericlam.mc.minigames.core.event.player.GamePlayerDeathEvent.DeathCause
-
Packages that use GamePlayerDeathEvent.DeathCause Package Description com.ericlam.mc.minigames.core.event.player 與遊戲玩家有關的事件 -
-
Uses of GamePlayerDeathEvent.DeathCause in com.ericlam.mc.minigames.core.event.player
Methods in com.ericlam.mc.minigames.core.event.player that return GamePlayerDeathEvent.DeathCause Modifier and Type Method Description GamePlayerDeathEvent.DeathCause
GamePlayerDeathEvent. getDeathCause()
static GamePlayerDeathEvent.DeathCause
GamePlayerDeathEvent.DeathCause. ofCustom(String value)
創建自定義死亡的類型static GamePlayerDeathEvent.DeathCause
GamePlayerDeathEvent.DeathCause. valueOf(String name)
Returns the enum constant of this type with the specified name.static GamePlayerDeathEvent.DeathCause[]
GamePlayerDeathEvent.DeathCause. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ericlam.mc.minigames.core.event.player with parameters of type GamePlayerDeathEvent.DeathCause Constructor Description GamePlayerDeathEvent(GamePlayer killer, GamePlayer gamePlayer, GamePlayerDeathEvent.DeathCause deathCause, InGameState state, String action)
-