Package net.minecraft
Enum Class class_8311
- All Implemented Interfaces:
Serializable
,Comparable<class_8311>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official beq
intermediary net/minecraft/class_8311
named net/minecraft/class_8311
-
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_8311>
private final String
private final Text
private final Identifier
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.static class_8311
Returns the enum constant of this class with the specified name.static class_8311[]
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
Lbeq;a:Lbeq;
intermediary field_43755
Lnet/minecraft/class_8311;field_43755:Lnet/minecraft/class_8311;
named NONE
Lnet/minecraft/class_8311;NONE:Lnet/minecraft/class_8311;
-
AWESOM
- Mappings:
Namespace Name Mixin selector official b
Lbeq;b:Lbeq;
intermediary field_43756
Lnet/minecraft/class_8311;field_43756:Lnet/minecraft/class_8311;
named AWESOM
Lnet/minecraft/class_8311;AWESOM:Lnet/minecraft/class_8311;
-
SQUID
- Mappings:
Namespace Name Mixin selector official c
Lbeq;c:Lbeq;
intermediary field_43757
Lnet/minecraft/class_8311;field_43757:Lnet/minecraft/class_8311;
named SQUID
Lnet/minecraft/class_8311;SQUID:Lnet/minecraft/class_8311;
-
VETERINARIAN
- Mappings:
Namespace Name Mixin selector official d
Lbeq;d:Lbeq;
intermediary field_43758
Lnet/minecraft/class_8311;field_43758:Lnet/minecraft/class_8311;
named VETERINARIAN
Lnet/minecraft/class_8311;VETERINARIAN:Lnet/minecraft/class_8311;
-
NO_CIRCLE
- Mappings:
Namespace Name Mixin selector official e
Lbeq;e:Lbeq;
intermediary field_43759
Lnet/minecraft/class_8311;field_43759:Lnet/minecraft/class_8311;
named NO_CIRCLE
Lnet/minecraft/class_8311;NO_CIRCLE:Lnet/minecraft/class_8311;
-
NYAN
- Mappings:
Namespace Name Mixin selector official f
Lbeq;f:Lbeq;
intermediary field_43760
Lnet/minecraft/class_8311;field_43760:Lnet/minecraft/class_8311;
named NYAN
Lnet/minecraft/class_8311;NYAN:Lnet/minecraft/class_8311;
-
-
Field Details
-
field_43761
- Mappings:
Namespace Name Mixin selector official g
Lbeq;g:Lcom/mojang/serialization/Codec;
intermediary field_43761
Lnet/minecraft/class_8311;field_43761:Lcom/mojang/serialization/Codec;
named field_43761
Lnet/minecraft/class_8311;field_43761:Lcom/mojang/serialization/Codec;
-
field_43762
- Mappings:
Namespace Name Mixin selector official h
Lbeq;h:Ljava/lang/String;
intermediary field_43762
Lnet/minecraft/class_8311;field_43762:Ljava/lang/String;
named field_43762
Lnet/minecraft/class_8311;field_43762:Ljava/lang/String;
-
field_43763
- Mappings:
Namespace Name Mixin selector official i
Lbeq;i:Lsw;
intermediary field_43763
Lnet/minecraft/class_8311;field_43763:Lnet/minecraft/class_2561;
named field_43763
Lnet/minecraft/class_8311;field_43763:Lnet/minecraft/text/Text;
-
field_43764
- Mappings:
Namespace Name Mixin selector official j
Lbeq;j:Lacy;
intermediary field_43764
Lnet/minecraft/class_8311;field_43764:Lnet/minecraft/class_2960;
named field_43764
Lnet/minecraft/class_8311;field_43764:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
class_8311
-
-
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
-
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_50318
- Mappings:
Namespace Name Mixin selector official a
Lbeq;a()Lsw;
intermediary method_50318
Lnet/minecraft/class_8311;method_50318()Lnet/minecraft/class_2561;
named method_50318
Lnet/minecraft/class_8311;method_50318()Lnet/minecraft/text/Text;
-
method_50319
- Mappings:
Namespace Name Mixin selector official b
Lbeq;b()Lacy;
intermediary method_50319
Lnet/minecraft/class_8311;method_50319()Lnet/minecraft/class_2960;
named method_50319
Lnet/minecraft/class_8311;method_50319()Lnet/minecraft/util/Identifier;
-