Package net.minecraft.util.math
Enum Class Direction.AxisDirection
- All Implemented Interfaces:
Serializable
,Comparable<Direction.AxisDirection>
,Constable
- Enclosing class:
Direction
- Mappings:
Namespace Name official ha$b
intermediary net/minecraft/class_2350$class_2352
named net/minecraft/util/math/Direction$AxisDirection
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
offset()
toString()
static Direction.AxisDirection
Returns the enum constant of this class with the specified name.static Direction.AxisDirection[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITIVE
- Mappings:
Namespace Name Mixin selector official a
Lha$b;a:Lha$b;
intermediary field_11056
Lnet/minecraft/class_2350$class_2352;field_11056:Lnet/minecraft/class_2350$class_2352;
named POSITIVE
Lnet/minecraft/util/math/Direction$AxisDirection;POSITIVE:Lnet/minecraft/util/math/Direction$AxisDirection;
-
NEGATIVE
- Mappings:
Namespace Name Mixin selector official b
Lha$b;b:Lha$b;
intermediary field_11060
Lnet/minecraft/class_2350$class_2352;field_11060:Lnet/minecraft/class_2350$class_2352;
named NEGATIVE
Lnet/minecraft/util/math/Direction$AxisDirection;NEGATIVE:Lnet/minecraft/util/math/Direction$AxisDirection;
-
-
Field Details
-
offset
private final int offset- Mappings:
Namespace Name Mixin selector official c
Lha$b;c:I
intermediary field_11059
Lnet/minecraft/class_2350$class_2352;field_11059:I
named offset
Lnet/minecraft/util/math/Direction$AxisDirection;offset:I
-
description
- Mappings:
Namespace Name Mixin selector official d
Lha$b;d:Ljava/lang/String;
intermediary field_11057
Lnet/minecraft/class_2350$class_2352;field_11057:Ljava/lang/String;
named description
Lnet/minecraft/util/math/Direction$AxisDirection;description:Ljava/lang/String;
-
-
Constructor Details
-
AxisDirection
- Mappings:
Namespace Name Mixin selector official <init>
Lha$b;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2350$class_2352;<init>(Ljava/lang/String;IILjava/lang/String;)V
named <init>
Lnet/minecraft/util/math/Direction$AxisDirection;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
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
-
offset
public int offset()- Mappings:
Namespace Name Mixin selector official a
Lha$b;a()I
intermediary method_10181
Lnet/minecraft/class_2350$class_2352;method_10181()I
named offset
Lnet/minecraft/util/math/Direction$AxisDirection;offset()I
-
getDescription
- Mappings:
Namespace Name Mixin selector official b
Lha$b;b()Ljava/lang/String;
intermediary method_35839
Lnet/minecraft/class_2350$class_2352;method_35839()Ljava/lang/String;
named getDescription
Lnet/minecraft/util/math/Direction$AxisDirection;getDescription()Ljava/lang/String;
-
toString
- Overrides:
toString
in classEnum<Direction.AxisDirection>
-
getOpposite
- Mappings:
Namespace Name Mixin selector official c
Lha$b;c()Lha$b;
intermediary method_26424
Lnet/minecraft/class_2350$class_2352;method_26424()Lnet/minecraft/class_2350$class_2352;
named getOpposite
Lnet/minecraft/util/math/Direction$AxisDirection;getOpposite()Lnet/minecraft/util/math/Direction$AxisDirection;
-