Package net.minecraft.entity.player
Enum Class PlayerEntity.SleepFailureReason
java.lang.Object
java.lang.Enum<PlayerEntity.SleepFailureReason>
net.minecraft.entity.player.PlayerEntity.SleepFailureReason
- All Implemented Interfaces:
Serializable,Comparable<PlayerEntity.SleepFailureReason>,Constable
- Enclosing class:
PlayerEntity
A reason why a player cannot start sleeping.
- Mappings:
Namespace Name named net/minecraft/entity/player/PlayerEntity$SleepFailureReasonintermediary net/minecraft/class_1657$class_1658official cuf$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the action bar message that is sent to the player when sleeping fails with this reason.Returns the enum constant of this class with the specified name.static PlayerEntity.SleepFailureReason[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_POSSIBLE_HERE
- Mappings:
Namespace Name Mixin selector named NOT_POSSIBLE_HERELnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;NOT_POSSIBLE_HERE:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_7528Lnet/minecraft/class_1657$class_1658;field_7528:Lnet/minecraft/class_1657$class_1658;official aLcuf$a;a:Lcuf$a;
-
NOT_POSSIBLE_NOW
- Mappings:
Namespace Name Mixin selector named NOT_POSSIBLE_NOWLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;NOT_POSSIBLE_NOW:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_7529Lnet/minecraft/class_1657$class_1658;field_7529:Lnet/minecraft/class_1657$class_1658;official bLcuf$a;b:Lcuf$a;
-
TOO_FAR_AWAY
- Mappings:
Namespace Name Mixin selector named TOO_FAR_AWAYLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;TOO_FAR_AWAY:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_7530Lnet/minecraft/class_1657$class_1658;field_7530:Lnet/minecraft/class_1657$class_1658;official cLcuf$a;c:Lcuf$a;
-
OBSTRUCTED
- Mappings:
Namespace Name Mixin selector named OBSTRUCTEDLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;OBSTRUCTED:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_18592Lnet/minecraft/class_1657$class_1658;field_18592:Lnet/minecraft/class_1657$class_1658;official dLcuf$a;d:Lcuf$a;
-
OTHER_PROBLEM
- Mappings:
Namespace Name Mixin selector named OTHER_PROBLEMLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;OTHER_PROBLEM:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_7531Lnet/minecraft/class_1657$class_1658;field_7531:Lnet/minecraft/class_1657$class_1658;official eLcuf$a;e:Lcuf$a;
-
NOT_SAFE
- Mappings:
Namespace Name Mixin selector named NOT_SAFELnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;NOT_SAFE:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_7532Lnet/minecraft/class_1657$class_1658;field_7532:Lnet/minecraft/class_1657$class_1658;official fLcuf$a;f:Lcuf$a;
-
NO_SLEEP_FOR_YOU
- Mappings:
Namespace Name Mixin selector named NO_SLEEP_FOR_YOULnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;NO_SLEEP_FOR_YOU:Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;intermediary field_58735Lnet/minecraft/class_1657$class_1658;field_58735:Lnet/minecraft/class_1657$class_1658;official gLcuf$a;g:Lcuf$a;
-
-
Field Details
-
message
- Mappings:
Namespace Name Mixin selector named messageLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;message:Lnet/minecraft/text/Text;intermediary field_18593Lnet/minecraft/class_1657$class_1658;field_18593:Lnet/minecraft/class_2561;official hLcuf$a;h:Lxi;
-
-
Constructor Details
-
SleepFailureReason
private SleepFailureReason() -
SleepFailureReason
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;)Vintermediary <init>Lnet/minecraft/class_1657$class_1658;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;)Vofficial <init>Lcuf$a;<init>(Ljava/lang/String;ILxi;)V
-
-
Method Details
-
values
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
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
-
getMessage
Returns the action bar message that is sent to the player when sleeping fails with this reason.- Returns:
- the message, or null if none is sent for this reason
- Mappings:
Namespace Name Mixin selector named getMessageLnet/minecraft/entity/player/PlayerEntity$SleepFailureReason;getMessage()Lnet/minecraft/text/Text;intermediary method_19206Lnet/minecraft/class_1657$class_1658;method_19206()Lnet/minecraft/class_2561;official aLcuf$a;a()Lxi;
-