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 cwt
intermediary net/minecraft/class_5932
named 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_29313
field_29314
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<class_5932>
field_29315
private Direction
field_29316
private int
field_29317
private String
field_29318
private static class_5932[]
field_29319
-
Constructor Summary
Constructors Modifier Constructor Description private
class_5932(Direction direction, int int2, String string)
-
Method Summary
Modifier and Type Method Description String
asString()
static class_5932
method_34378(String string)
Direction
method_34379()
int
method_34380()
static class_5932
valueOf(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 a
Lcwt;a:Lcwt;
intermediary field_29313
Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
named field_29313
Lnet/minecraft/class_5932;field_29313:Lnet/minecraft/class_5932;
-
field_29314
- Mappings:
Namespace Name Mixin selector official b
Lcwt;b:Lcwt;
intermediary field_29314
Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
named field_29314
Lnet/minecraft/class_5932;field_29314:Lnet/minecraft/class_5932;
-
-
Field Details
-
field_29315
- Mappings:
Namespace Name Mixin selector official c
Lcwt;c:Lcom/mojang/serialization/Codec;
intermediary field_29315
Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
named field_29315
Lnet/minecraft/class_5932;field_29315:Lcom/mojang/serialization/Codec;
-
field_29319
- Mappings:
Namespace Name Mixin selector official g
Lcwt;g:[Lcwt;
intermediary field_29319
Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;
named field_29319
Lnet/minecraft/class_5932;field_29319:[Lnet/minecraft/class_5932;
-
field_29316
- Mappings:
Namespace Name Mixin selector official d
Lcwt;d:Lgc;
intermediary field_29316
Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/class_2350;
named field_29316
Lnet/minecraft/class_5932;field_29316:Lnet/minecraft/util/math/Direction;
-
field_29317
private final int field_29317- Mappings:
Namespace Name Mixin selector official e
Lcwt;e:I
intermediary field_29317
Lnet/minecraft/class_5932;field_29317:I
named field_29317
Lnet/minecraft/class_5932;field_29317:I
-
field_29318
- Mappings:
Namespace Name Mixin selector official f
Lcwt;f:Ljava/lang/String;
intermediary field_29318
Lnet/minecraft/class_5932;field_29318:Ljava/lang/String;
named field_29318
Lnet/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 b
Lcwt;b()Lgc;
intermediary method_34379
Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/class_2350;
named method_34379
Lnet/minecraft/class_5932;method_34379()Lnet/minecraft/util/math/Direction;
-
method_34380
public int method_34380()- Mappings:
Namespace Name Mixin selector official c
Lcwt;c()I
intermediary method_34380
Lnet/minecraft/class_5932;method_34380()I
named method_34380
Lnet/minecraft/class_5932;method_34380()I
-
method_34378
- Mappings:
Namespace Name Mixin selector official a
Lcwt;a(Ljava/lang/String;)Lcwt;
intermediary method_34378
Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;
named method_34378
Lnet/minecraft/class_5932;method_34378(Ljava/lang/String;)Lnet/minecraft/class_5932;
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official a
Laha;a()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;
-