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
Methods in io.papermc.paper.event.player that return PlayerBedFailEnterEvent.FailReasonModifier and TypeMethodDescriptionPlayerBedFailEnterEvent.getFailReason()Deprecated.This enum has been replaced with a system that better represents how beds work.Deprecated.Returns the enum constant of this class with the specified name.static PlayerBedFailEnterEvent.FailReason[]PlayerBedFailEnterEvent.FailReason.values()Deprecated.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(Player player, PlayerBedFailEnterEvent.FailReason failReason, Block bed, boolean willExplode, @Nullable Component message, BedEnterAction enterAction)