Package net.minecraft
Enum Class class_7969.class_7971
- All Implemented Interfaces:
Serializable
,Comparable<class_7969.class_7971>
,Constable
,StringIdentifiable
- Enclosing class:
class_7969<T>
@Environment(CLIENT)
public static enum class_7969.class_7971
extends Enum<class_7969.class_7971>
implements StringIdentifiable
- Mappings:
Namespace Name official fsw$b
intermediary net/minecraft/class_7969$class_7971
named net/minecraft/class_7969$class_7971
-
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_7969.class_7971>
private final String
private final int
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.int
static class_7969.class_7971
Returns the enum constant of this class with the specified name.static class_7969.class_7971[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SURVIVAL
- Mappings:
Namespace Name Mixin selector official a
Lfsw$b;a:Lfsw$b;
intermediary field_41481
Lnet/minecraft/class_7969$class_7971;field_41481:Lnet/minecraft/class_7969$class_7971;
named SURVIVAL
Lnet/minecraft/class_7969$class_7971;SURVIVAL:Lnet/minecraft/class_7969$class_7971;
-
CREATIVE
- Mappings:
Namespace Name Mixin selector official b
Lfsw$b;b:Lfsw$b;
intermediary field_41482
Lnet/minecraft/class_7969$class_7971;field_41482:Lnet/minecraft/class_7969$class_7971;
named CREATIVE
Lnet/minecraft/class_7969$class_7971;CREATIVE:Lnet/minecraft/class_7969$class_7971;
-
ADVENTURE
- Mappings:
Namespace Name Mixin selector official c
Lfsw$b;c:Lfsw$b;
intermediary field_41483
Lnet/minecraft/class_7969$class_7971;field_41483:Lnet/minecraft/class_7969$class_7971;
named ADVENTURE
Lnet/minecraft/class_7969$class_7971;ADVENTURE:Lnet/minecraft/class_7969$class_7971;
-
SPECTATOR
- Mappings:
Namespace Name Mixin selector official d
Lfsw$b;d:Lfsw$b;
intermediary field_41484
Lnet/minecraft/class_7969$class_7971;field_41484:Lnet/minecraft/class_7969$class_7971;
named SPECTATOR
Lnet/minecraft/class_7969$class_7971;SPECTATOR:Lnet/minecraft/class_7969$class_7971;
-
HARDCORE
- Mappings:
Namespace Name Mixin selector official e
Lfsw$b;e:Lfsw$b;
intermediary field_41485
Lnet/minecraft/class_7969$class_7971;field_41485:Lnet/minecraft/class_7969$class_7971;
named HARDCORE
Lnet/minecraft/class_7969$class_7971;HARDCORE:Lnet/minecraft/class_7969$class_7971;
-
-
Field Details
-
field_41486
- Mappings:
Namespace Name Mixin selector official f
Lfsw$b;f:Lcom/mojang/serialization/Codec;
intermediary field_41486
Lnet/minecraft/class_7969$class_7971;field_41486:Lcom/mojang/serialization/Codec;
named field_41486
Lnet/minecraft/class_7969$class_7971;field_41486:Lcom/mojang/serialization/Codec;
-
field_41487
- Mappings:
Namespace Name Mixin selector official g
Lfsw$b;g:Ljava/lang/String;
intermediary field_41487
Lnet/minecraft/class_7969$class_7971;field_41487:Ljava/lang/String;
named field_41487
Lnet/minecraft/class_7969$class_7971;field_41487:Ljava/lang/String;
-
field_41488
private final int field_41488- Mappings:
Namespace Name Mixin selector official h
Lfsw$b;h:I
intermediary field_41488
Lnet/minecraft/class_7969$class_7971;field_41488:I
named field_41488
Lnet/minecraft/class_7969$class_7971;field_41488:I
-
-
Constructor Details
-
class_7971
-
-
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_47756
public int method_47756()- Mappings:
Namespace Name Mixin selector official a
Lfsw$b;a()I
intermediary method_47756
Lnet/minecraft/class_7969$class_7971;method_47756()I
named method_47756
Lnet/minecraft/class_7969$class_7971;method_47756()I
-
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
Laor;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;
-