Uses of Enum Class
io.papermc.paper.event.player.PlayerBedFailEnterEvent.FailReason
-
Uses of PlayerBedFailEnterEvent.FailReason in io.papermc.paper.event.player
Modifier 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.ModifierConstructorDescriptionPlayerBedFailEnterEvent
(Player player, PlayerBedFailEnterEvent.FailReason failReason, Block bed, boolean willExplode, @Nullable Component message)