Package net.minecraft.util.math
Enum Class Direction.Type
- All Implemented Interfaces:
Serializable
,Comparable<Direction.Type>
,Constable
,Iterable<Direction>
,Predicate<Direction>
- Enclosing class:
Direction
public static enum Direction.Type
extends Enum<Direction.Type>
implements Iterable<Direction>, Predicate<Direction>
- Mappings:
Namespace Name official gz$c
intermediary net/minecraft/class_2350$class_2353
named net/minecraft/util/math/Direction$Type
-
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 TypeMethodDescriptiongetShuffled
(Random random) iterator()
randomAxis
(Random random) stream()
boolean
static Direction.Type
Returns the enum constant of this class with the specified name.static Direction.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Enum Constant Details
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official a
Lgz$c;a:Lgz$c;
intermediary field_11062
Lnet/minecraft/class_2350$class_2353;field_11062:Lnet/minecraft/class_2350$class_2353;
named HORIZONTAL
Lnet/minecraft/util/math/Direction$Type;HORIZONTAL:Lnet/minecraft/util/math/Direction$Type;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official b
Lgz$c;b:Lgz$c;
intermediary field_11064
Lnet/minecraft/class_2350$class_2353;field_11064:Lnet/minecraft/class_2350$class_2353;
named VERTICAL
Lnet/minecraft/util/math/Direction$Type;VERTICAL:Lnet/minecraft/util/math/Direction$Type;
-
-
Field Details
-
facingArray
- Mappings:
Namespace Name Mixin selector official c
Lgz$c;c:[Lgz;
intermediary field_11061
Lnet/minecraft/class_2350$class_2353;field_11061:[Lnet/minecraft/class_2350;
named facingArray
Lnet/minecraft/util/math/Direction$Type;facingArray:[Lnet/minecraft/util/math/Direction;
-
axisArray
- Mappings:
Namespace Name Mixin selector official d
Lgz$c;d:[Lgz$a;
intermediary field_11065
Lnet/minecraft/class_2350$class_2353;field_11065:[Lnet/minecraft/class_2350$class_2351;
named axisArray
Lnet/minecraft/util/math/Direction$Type;axisArray:[Lnet/minecraft/util/math/Direction$Axis;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>
Lgz$c;<init>(Ljava/lang/String;I[Lgz;[Lgz$a;)V
intermediary <init>
Lnet/minecraft/class_2350$class_2353;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2350;[Lnet/minecraft/class_2350$class_2351;)V
named <init>
Lnet/minecraft/util/math/Direction$Type;<init>(Ljava/lang/String;I[Lnet/minecraft/util/math/Direction;[Lnet/minecraft/util/math/Direction$Axis;)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
-
random
- Mappings:
Namespace Name Mixin selector official a
Lgz$c;a(Lapo;)Lgz;
intermediary method_10183
Lnet/minecraft/class_2350$class_2353;method_10183(Lnet/minecraft/class_5819;)Lnet/minecraft/class_2350;
named random
Lnet/minecraft/util/math/Direction$Type;random(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Direction;
-
randomAxis
- Mappings:
Namespace Name Mixin selector official b
Lgz$c;b(Lapo;)Lgz$a;
intermediary method_33465
Lnet/minecraft/class_2350$class_2353;method_33465(Lnet/minecraft/class_5819;)Lnet/minecraft/class_2350$class_2351;
named randomAxis
Lnet/minecraft/util/math/Direction$Type;randomAxis(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Direction$Axis;
-
test
- Specified by:
test
in interfacePredicate<Direction>
- Mappings:
Namespace Name Mixin selector official a
Lgz$c;a(Lgz;)Z
intermediary method_10182
Lnet/minecraft/class_2350$class_2353;method_10182(Lnet/minecraft/class_2350;)Z
named test
Lnet/minecraft/util/math/Direction$Type;test(Lnet/minecraft/util/math/Direction;)Z
-
iterator
-
stream
- Mappings:
Namespace Name Mixin selector official a
Lgz$c;a()Ljava/util/stream/Stream;
intermediary method_29716
Lnet/minecraft/class_2350$class_2353;method_29716()Ljava/util/stream/Stream;
named stream
Lnet/minecraft/util/math/Direction$Type;stream()Ljava/util/stream/Stream;
-
getShuffled
- Mappings:
Namespace Name Mixin selector official c
Lgz$c;c(Lapo;)Ljava/util/List;
intermediary method_43342
Lnet/minecraft/class_2350$class_2353;method_43342(Lnet/minecraft/class_5819;)Ljava/util/List;
named getShuffled
Lnet/minecraft/util/math/Direction$Type;getShuffled(Lnet/minecraft/util/math/random/Random;)Ljava/util/List;
-