Uses of Enum Class
io.papermc.paper.event.player.PlayerBedFailEnterEvent.FailReason
Packages that use PlayerBedFailEnterEvent.FailReason
-
Uses of PlayerBedFailEnterEvent.FailReason in io.papermc.paper.event.player
Fields in io.papermc.paper.event.player declared as PlayerBedFailEnterEvent.FailReasonModifier and TypeFieldDescriptionstatic final PlayerBedFailEnterEvent.FailReason[]
PlayerBedFailEnterEvent.FailReason.VALUES
Methods in io.papermc.paper.event.player that return PlayerBedFailEnterEvent.FailReasonModifier and TypeMethodDescriptionPlayerBedFailEnterEvent.getFailReason()
Returns the enum constant of this class with the specified name.static PlayerBedFailEnterEvent.FailReason[]
PlayerBedFailEnterEvent.FailReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.papermc.paper.event.player with parameters of type PlayerBedFailEnterEvent.FailReasonModifierConstructorDescriptionPlayerBedFailEnterEvent
(@NotNull Player player, @NotNull PlayerBedFailEnterEvent.FailReason failReason, @NotNull Block bed, boolean willExplode, @Nullable Component message)