Uses of Enum Class
org.bukkit.event.player.PlayerDropItemEvent.Reason
Packages that use PlayerDropItemEvent.Reason
-
Uses of PlayerDropItemEvent.Reason in org.bukkit.event.player
Methods in org.bukkit.event.player that return PlayerDropItemEvent.ReasonModifier and TypeMethodDescriptionPlayerDropItemEvent.getReason()이벤트 호출 사유를 가져옵니다.static PlayerDropItemEvent.ReasonReturns 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.Constructors in org.bukkit.event.player with parameters of type PlayerDropItemEvent.ReasonModifierConstructorDescriptionPlayerDropItemEvent(@NotNull Player player, @NotNull Item drop, @NotNull PlayerDropItemEvent.Reason reason)