Package org.bukkit.event.player
Enum Class PlayerBedEnterEvent.BedEnterResult
java.lang.Object
java.lang.Enum<PlayerBedEnterEvent.BedEnterResult>
org.bukkit.event.player.PlayerBedEnterEvent.BedEnterResult
- All Implemented Interfaces:
Serializable,Comparable<PlayerBedEnterEvent.BedEnterResult>,Constable
- Enclosing class:
PlayerBedEnterEvent
@Obsolete(since="1.21.11")
public static enum PlayerBedEnterEvent.BedEnterResult
extends Enum<PlayerBedEnterEvent.BedEnterResult>
Deprecated.
Represents the default possible outcomes of this event.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Entering the bed is prevented and the bed explodes.Deprecated.The world doesn't allow sleeping (eg, Nether, The End or Custom Worlds), but saving the spawn point may still be allowed.Deprecated.Entering the bed is prevented due to it not being night nor thundering currently.Deprecated.Entering the bed is prevented due to there being monsters nearby.Deprecated.Bed was obstructed.Deprecated.The player will enter the bed.Deprecated.Entering the bed is prevented due to there being some other problem.Deprecated.Entering the bed is prevented due to the player being too far away. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.static PlayerBedEnterEvent.BedEnterResult[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OK
Deprecated.The player will enter the bed. -
NOT_POSSIBLE_HERE
Deprecated.The world doesn't allow sleeping (eg, Nether, The End or Custom Worlds), but saving the spawn point may still be allowed. SeePlayerSetSpawnEvent. for spawn point changes. This is only called when sleeping isn't allowed and the bed doesn't explode. When the bed explodes,EXPLOSIONis called instead.Entering the bed is prevented
-
NOT_POSSIBLE_NOW
Deprecated.Entering the bed is prevented due to it not being night nor thundering currently.If the event is forcefully allowed during daytime, the player will enter the bed (and set its bed location), but might get immediately thrown out again.
-
TOO_FAR_AWAY
Deprecated.Entering the bed is prevented due to the player being too far away. -
OBSTRUCTED
Deprecated.Bed was obstructed. -
NOT_SAFE
Deprecated.Entering the bed is prevented due to there being monsters nearby. -
OTHER_PROBLEM
Deprecated.Entering the bed is prevented due to there being some other problem. -
EXPLOSION
Deprecated.Entering the bed is prevented and the bed explodes.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
BedEnterActionthat better fits the new beds