Package net.minecraft.world
Enum Class Difficulty
- All Implemented Interfaces:
Serializable,Comparable<Difficulty>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/world/Difficultyintermediary net/minecraft/class_1267official bxy
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final IntFunction<Difficulty> static final StringIdentifiable.EnumCodec<Difficulty> private final intprivate final Stringstatic final PacketCodec<ByteBuf, Difficulty> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static DifficultybyId(int id) Deprecated.static @Nullable DifficultyintgetId()getInfo()getName()static DifficultyReturns the enum constant of this class with the specified name.static Difficulty[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PEACEFUL
- Mappings:
Namespace Name Mixin selector named PEACEFULLnet/minecraft/world/Difficulty;PEACEFUL:Lnet/minecraft/world/Difficulty;intermediary field_5801Lnet/minecraft/class_1267;field_5801:Lnet/minecraft/class_1267;official aLbxy;a:Lbxy;
-
EASY
- Mappings:
Namespace Name Mixin selector named EASYLnet/minecraft/world/Difficulty;EASY:Lnet/minecraft/world/Difficulty;intermediary field_5805Lnet/minecraft/class_1267;field_5805:Lnet/minecraft/class_1267;official bLbxy;b:Lbxy;
-
NORMAL
- Mappings:
Namespace Name Mixin selector named NORMALLnet/minecraft/world/Difficulty;NORMAL:Lnet/minecraft/world/Difficulty;intermediary field_5802Lnet/minecraft/class_1267;field_5802:Lnet/minecraft/class_1267;official cLbxy;c:Lbxy;
-
HARD
- Mappings:
Namespace Name Mixin selector named HARDLnet/minecraft/world/Difficulty;HARD:Lnet/minecraft/world/Difficulty;intermediary field_5807Lnet/minecraft/class_1267;field_5807:Lnet/minecraft/class_1267;official dLbxy;d:Lbxy;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/world/Difficulty;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_41668Lnet/minecraft/class_1267;field_41668:Lnet/minecraft/class_3542$class_7292;official eLbxy;e:Lbdo$a;
-
BY_ID
- Mappings:
Namespace Name Mixin selector named BY_IDLnet/minecraft/world/Difficulty;BY_ID:Ljava/util/function/IntFunction;intermediary field_5800Lnet/minecraft/class_1267;field_5800:Ljava/util/function/IntFunction;official gLbxy;g:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/world/Difficulty;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_60664Lnet/minecraft/class_1267;field_60664:Lnet/minecraft/class_9139;official fLbxy;f:Lzv;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/world/Difficulty;id:Iintermediary field_5803Lnet/minecraft/class_1267;field_5803:Iofficial hLbxy;h:I
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/world/Difficulty;name:Ljava/lang/String;intermediary field_5806Lnet/minecraft/class_1267;field_5806:Ljava/lang/String;official iLbxy;i:Ljava/lang/String;
-
-
Constructor Details
-
Difficulty
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/Difficulty;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1267;<init>(Ljava/lang/String;IILjava/lang/String;)Vofficial <init>Lbxy;<init>(Ljava/lang/String;IILjava/lang/String;)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
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector named getIdLnet/minecraft/world/Difficulty;getId()Iintermediary method_5461Lnet/minecraft/class_1267;method_5461()Iofficial aLbxy;a()I
-
getTranslatableName
- Mappings:
Namespace Name Mixin selector named getTranslatableNameLnet/minecraft/world/Difficulty;getTranslatableName()Lnet/minecraft/text/Text;intermediary method_5463Lnet/minecraft/class_1267;method_5463()Lnet/minecraft/class_2561;official bLbxy;b()Lxv;
-
getInfo
- Mappings:
Namespace Name Mixin selector named getInfoLnet/minecraft/world/Difficulty;getInfo()Lnet/minecraft/text/Text;intermediary method_48556Lnet/minecraft/class_1267;method_48556()Lnet/minecraft/class_2561;official dLbxy;d()Lxv;
-
byId
Deprecated.- Mappings:
Namespace Name Mixin selector named byIdLnet/minecraft/world/Difficulty;byId(I)Lnet/minecraft/world/Difficulty;intermediary method_5462Lnet/minecraft/class_1267;method_5462(I)Lnet/minecraft/class_1267;official aLbxy;a(I)Lbxy;
-
byName
- Mappings:
Namespace Name Mixin selector named byNameLnet/minecraft/world/Difficulty;byName(Ljava/lang/String;)Lnet/minecraft/world/Difficulty;intermediary method_16691Lnet/minecraft/class_1267;method_16691(Ljava/lang/String;)Lnet/minecraft/class_1267;official aLbxy;a(Ljava/lang/String;)Lbxy;
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/world/Difficulty;getName()Ljava/lang/String;intermediary method_5460Lnet/minecraft/class_1267;method_5460()Ljava/lang/String;official eLbxy;e()Ljava/lang/String;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbdo;c()Ljava/lang/String;
-