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
(@NotNull Player player, @NotNull PlayerBedFailEnterEvent.FailReason failReason, @NotNull Block bed, boolean willExplode, @Nullable Component message)