Uses of Enum Class
org.bukkit.event.player.PlayerDropItemEvent.Reason
-
Uses of PlayerDropItemEvent.Reason in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerDropItemEvent.getReason()
이벤트 호출 사유를 가져옵니다.static PlayerDropItemEvent.Reason
Returns the enum constant of this class with the specified name.static PlayerDropItemEvent.Reason[]
PlayerDropItemEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerDropItemEvent
(@NotNull Player player, @NotNull Item drop, @NotNull PlayerDropItemEvent.Reason reason)