Package net.minecraft
Enum class_5932
- All Implemented Interfaces:
Serializable,Comparable<class_5932>,java.lang.constant.Constable,StringIdentifiable
public enum class_5932 extends Enum<class_5932> implements StringIdentifiable
- Mappings:
Namespace Name official cwtintermediary net/minecraft/class_5932named net/minecraft/class_5932
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_29313field_29314 -
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<class_5932>field_29315private Directionfield_29316private intfield_29317private Stringfield_29318private static class_5932[]field_29319 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_5932(Direction direction, int int2, String string) -
Method Summary
Modifier and Type Method Description StringasString()static class_5932method_34378(String string)Directionmethod_34379()intmethod_34380()static class_5932valueOf(String name)Returns the enum constant of this type with the specified name.static class_5932[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_29313
- Mappings:
Namespace Name Mixin selector official aLcwt;a:Lcwt;intermediary field_29313Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;named field_29313Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
-
field_29314
- Mappings:
Namespace Name Mixin selector official bLcwt;b:Lcwt;intermediary field_29314Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;named field_29314Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
-
-
Field Details
-
field_29315
- Mappings:
Namespace Name Mixin selector official cLcwt;c:Lcom/mojang/serialization/Codec;intermediary field_29315Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;named field_29315Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
-
field_29319
- Mappings:
Namespace Name Mixin selector official gLcwt;g:[Lcwt;intermediary field_29319Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;named field_29319Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;
-
field_29316
- Mappings:
Namespace Name Mixin selector official dLcwt;d:Lgc;intermediary field_29316Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/class_2350;named field_29316Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/util/math/Direction;
-
field_29317
private final int field_29317- Mappings:
Namespace Name Mixin selector official eLcwt;e:Iintermediary field_29317Lnet/minecraft/class_5932;field_29317:Inamed field_29317Lnet/minecraft/class_5932;field_29317:I
-
field_29318
- Mappings:
Namespace Name Mixin selector official fLcwt;f:Ljava/lang/String;intermediary field_29318Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;named field_29318Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;
-
-
Constructor Details
-
class_5932
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
method_34379
- Mappings:
Namespace Name Mixin selector official bLcwt;b()Lgc;intermediary method_34379Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/class_2350;named method_34379Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/util/math/Direction;
-
method_34380
public int method_34380()- Mappings:
Namespace Name Mixin selector official cLcwt;c()Iintermediary method_34380Lnet/minecraft/class_5932;method_34380()Inamed method_34380Lnet/minecraft/class_5932;method_34380()I
-
method_34378
- Mappings:
Namespace Name Mixin selector official aLcwt;a(Ljava/lang/String;)Lcwt;intermediary method_34378Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;named method_34378Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLaha;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-