Package net.minecraft
Enum Class class_8338
- All Implemented Interfaces:
Serializable
,Comparable<class_8338>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official bfm
intermediary net/minecraft/class_8338
named net/minecraft/class_8338
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_8338>
private static final ThreadLocal<Random>
private final String
private final Text
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.boolean
method_50391
(World world) boolean
method_50393
(World world) static class_8338
Returns the enum constant of this class with the specified name.static class_8338[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lbfm;a:Lbfm;
intermediary field_43894
Lnet/minecraft/class_8338;field_43894:Lnet/minecraft/class_8338;
named NONE
Lnet/minecraft/class_8338;NONE:Lnet/minecraft/class_8338;
-
LOADSHEDDING
- Mappings:
Namespace Name Mixin selector official b
Lbfm;b:Lbfm;
intermediary field_43895
Lnet/minecraft/class_8338;field_43895:Lnet/minecraft/class_8338;
named LOADSHEDDING
Lnet/minecraft/class_8338;LOADSHEDDING:Lnet/minecraft/class_8338;
-
NEVER_LIGHT
- Mappings:
Namespace Name Mixin selector official c
Lbfm;c:Lbfm;
intermediary field_43896
Lnet/minecraft/class_8338;field_43896:Lnet/minecraft/class_8338;
named NEVER_LIGHT
Lnet/minecraft/class_8338;NEVER_LIGHT:Lnet/minecraft/class_8338;
-
ALWAYS_LIGHT
- Mappings:
Namespace Name Mixin selector official d
Lbfm;d:Lbfm;
intermediary field_43897
Lnet/minecraft/class_8338;field_43897:Lnet/minecraft/class_8338;
named ALWAYS_LIGHT
Lnet/minecraft/class_8338;ALWAYS_LIGHT:Lnet/minecraft/class_8338;
-
-
Field Details
-
field_43898
- Mappings:
Namespace Name Mixin selector official e
Lbfm;e:Lcom/mojang/serialization/Codec;
intermediary field_43898
Lnet/minecraft/class_8338;field_43898:Lcom/mojang/serialization/Codec;
named field_43898
Lnet/minecraft/class_8338;field_43898:Lcom/mojang/serialization/Codec;
-
field_43899
- Mappings:
Namespace Name Mixin selector official f
Lbfm;f:Ljava/lang/ThreadLocal;
intermediary field_43899
Lnet/minecraft/class_8338;field_43899:Ljava/lang/ThreadLocal;
named field_43899
Lnet/minecraft/class_8338;field_43899:Ljava/lang/ThreadLocal;
-
field_43900
- Mappings:
Namespace Name Mixin selector official g
Lbfm;g:Ljava/lang/String;
intermediary field_43900
Lnet/minecraft/class_8338;field_43900:Ljava/lang/String;
named field_43900
Lnet/minecraft/class_8338;field_43900:Ljava/lang/String;
-
field_43901
- Mappings:
Namespace Name Mixin selector official h
Lbfm;h:Lsw;
intermediary field_43901
Lnet/minecraft/class_8338;field_43901:Lnet/minecraft/class_2561;
named field_43901
Lnet/minecraft/class_8338;field_43901:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
class_8338
-
-
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
-
method_50391
- Mappings:
Namespace Name Mixin selector official a
Lbfm;a(Lcql;)Z
intermediary method_50391
Lnet/minecraft/class_8338;method_50391(Lnet/minecraft/class_1937;)Z
named method_50391
Lnet/minecraft/class_8338;method_50391(Lnet/minecraft/world/World;)Z
-
method_50393
- Mappings:
Namespace Name Mixin selector official b
Lbfm;b(Lcql;)Z
intermediary method_50393
Lnet/minecraft/class_8338;method_50393(Lnet/minecraft/class_1937;)Z
named method_50393
Lnet/minecraft/class_8338;method_50393(Lnet/minecraft/world/World;)Z
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lapw;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
method_50390
- Mappings:
Namespace Name Mixin selector official a
Lbfm;a()Lsw;
intermediary method_50390
Lnet/minecraft/class_8338;method_50390()Lnet/minecraft/class_2561;
named method_50390
Lnet/minecraft/class_8338;method_50390()Lnet/minecraft/text/Text;
-