Uses of Enum Class
moe.caramel.daydream.event.player.PlayerAdvancementScreenEvent.Action
-
Uses of PlayerAdvancementScreenEvent.Action in moe.caramel.daydream.event.player
Modifier and TypeMethodDescriptionPlayerAdvancementScreenEvent.getAction()
플레이어가 요청한 액션을 가져옵니다.Returns the enum constant of this class with the specified name.static PlayerAdvancementScreenEvent.Action[]
PlayerAdvancementScreenEvent.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerAdvancementScreenEvent
(Player player, PlayerAdvancementScreenEvent.Action action, @Nullable NamespacedKey key)