Package net.minecraft
Enum Class class_2560
- All Implemented Interfaces:
Predicate,Serializable,Comparable<class_2560>,Constable,Iterable
- Mappings:
Namespace Name official enintermediary net/minecraft/class_2560named net/minecraft/class_2560
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaniterator()method_10551(Random random) static class_2560Returns the enum constant of this class with the specified name.static class_2560[]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, valueOfMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Enum Constant Details
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official aLen;a:Len;intermediary field_11477Lnet/minecraft/class_2560;field_11477:Lnet/minecraft/class_2560;named HORIZONTALLnet/minecraft/class_2560;HORIZONTAL:Lnet/minecraft/class_2560;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official bLen;b:Len;intermediary field_11478Lnet/minecraft/class_2560;field_11478:Lnet/minecraft/class_2560;named VERTICALLnet/minecraft/class_2560;VERTICAL:Lnet/minecraft/class_2560;
-
-
Constructor Details
-
class_2560
private class_2560()
-
-
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
-
method_10549
- Mappings:
Namespace Name Mixin selector official aLen;a()[Lej;intermediary method_10549Lnet/minecraft/class_2560;method_10549()[Lnet/minecraft/class_1354;named method_10549Lnet/minecraft/class_2560;method_10549()[Lnet/minecraft/util/math/Direction;
-
method_10551
- Mappings:
Namespace Name Mixin selector official aLen;a(Ljava/util/Random;)Lej;intermediary method_10551Lnet/minecraft/class_2560;method_10551(Ljava/util/Random;)Lnet/minecraft/class_1354;named method_10551Lnet/minecraft/class_2560;method_10551(Ljava/util/Random;)Lnet/minecraft/util/math/Direction;
-
apply
- Mappings:
Namespace Name Mixin selector official aLen;a(Lej;)Zintermediary method_10550Lnet/minecraft/class_2560;method_10550(Lnet/minecraft/class_1354;)Znamed applyLnet/minecraft/class_2560;apply(Lnet/minecraft/util/math/Direction;)Z
-
iterator
-