Package net.minecraft.util.math
Enum Direction.Type
- All Implemented Interfaces:
Serializable,Comparable<Direction.Type>,java.lang.constant.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 gc$cintermediary net/minecraft/class_2350$class_2353named 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
Enum Constants Enum Constant Description HORIZONTALVERTICAL -
Field Summary
Fields Modifier and Type Field Description private Direction.Axis[]axisArrayprivate Direction[]facingArray -
Constructor Summary
Constructors Modifier Constructor Description privateType(Direction[] facingArray, Direction.Axis[] axisArray) -
Method Summary
Modifier and Type Method Description Iterator<Direction>iterator()Directionrandom(Random random)Direction.AxisrandomAxis(Random random)Stream<Direction>stream()booleantest(Direction direction)static Direction.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static Direction.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Enum Constant Details
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official aLgc$c;a:Lgc$c;intermediary field_11062Lnet/minecraft/class_2350$class_2353;field_11062:Lnet/minecraft/class_2350$class_2353;named HORIZONTALLnet/minecraft/util/math/Direction$Type;HORIZONTAL:Lnet/minecraft/util/math/Direction$Type;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official bLgc$c;b:Lgc$c;intermediary field_11064Lnet/minecraft/class_2350$class_2353;field_11064:Lnet/minecraft/class_2350$class_2353;named VERTICALLnet/minecraft/util/math/Direction$Type;VERTICAL:Lnet/minecraft/util/math/Direction$Type;
-
-
Field Details
-
facingArray
- Mappings:
Namespace Name Mixin selector official cLgc$c;c:[Lgc;intermediary field_11061Lnet/minecraft/class_2350$class_2353;field_11061:[Lnet/minecraft/class_2350;named facingArrayLnet/minecraft/util/math/Direction$Type;facingArray:[Lnet/minecraft/util/math/Direction;
-
axisArray
- Mappings:
Namespace Name Mixin selector official dLgc$c;d:[Lgc$a;intermediary field_11065Lnet/minecraft/class_2350$class_2353;field_11065:[Lnet/minecraft/class_2350$class_2351;named axisArrayLnet/minecraft/util/math/Direction$Type;axisArray:[Lnet/minecraft/util/math/Direction$Axis;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lgc$c;<init>(Ljava/lang/String;I[Lgc;[Lgc$a;)Vintermediary <init>Lnet/minecraft/class_2350$class_2353;<init>(Ljava/lang/String;I[Lnet/minecraft/class_2350;[Lnet/minecraft/class_2350$class_2351;)Vnamed <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 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
-
random
- Mappings:
Namespace Name Mixin selector official aLgc$c;a(Ljava/util/Random;)Lgc;intermediary method_10183Lnet/minecraft/class_2350$class_2353;method_10183(Ljava/util/Random;)Lnet/minecraft/class_2350;named randomLnet/minecraft/util/math/Direction$Type;random(Ljava/util/Random;)Lnet/minecraft/util/math/Direction;
-
randomAxis
- Mappings:
Namespace Name Mixin selector official bLgc$c;b(Ljava/util/Random;)Lgc$a;intermediary method_33465Lnet/minecraft/class_2350$class_2353;method_33465(Ljava/util/Random;)Lnet/minecraft/class_2350$class_2351;named randomAxisLnet/minecraft/util/math/Direction$Type;randomAxis(Ljava/util/Random;)Lnet/minecraft/util/math/Direction$Axis;
-
test
- Specified by:
testin interfacePredicate<Direction>- Mappings:
Namespace Name Mixin selector official aLgc$c;a(Lgc;)Zintermediary method_10182Lnet/minecraft/class_2350$class_2353;method_10182(Lnet/minecraft/class_2350;)Znamed testLnet/minecraft/util/math/Direction$Type;test(Lnet/minecraft/util/math/Direction;)Z
-
iterator
- Specified by:
iteratorin interfaceIterable<Direction>- Mappings:
Namespace Name Mixin selector official iteratorLgc$c;iterator()Ljava/util/Iterator;intermediary iteratorLnet/minecraft/class_2350$class_2353;iterator()Ljava/util/Iterator;named iteratorLnet/minecraft/util/math/Direction$Type;iterator()Ljava/util/Iterator;
-
stream
- Mappings:
Namespace Name Mixin selector official aLgc$c;a()Ljava/util/stream/Stream;intermediary method_29716Lnet/minecraft/class_2350$class_2353;method_29716()Ljava/util/stream/Stream;named streamLnet/minecraft/util/math/Direction$Type;stream()Ljava/util/stream/Stream;
-