Package net.minecraft.util
Enum BlockRotation
- All Implemented Interfaces:
Serializable,Comparable<BlockRotation>,java.lang.constant.Constable
- Mappings:
Namespace Name official ceqintermediary net/minecraft/class_2470named net/minecraft/util/BlockRotation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBlockRotation(DirectionTransformation directionTransformation) -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockRotationstatic List<BlockRotation>randomRotationOrder(Random random)introtate(int rotation, int fullTurn)rotate(BlockRotation rotation)static BlockRotationReturns the enum constant of this type with the specified name.static BlockRotation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLceq;a:Lceq;intermediary field_11467Lnet/minecraft/class_2470;field_11467:Lnet/minecraft/class_2470;named NONELnet/minecraft/util/BlockRotation;NONE:Lnet/minecraft/util/BlockRotation;
-
CLOCKWISE_90
- Mappings:
Namespace Name Mixin selector official bLceq;b:Lceq;intermediary field_11463Lnet/minecraft/class_2470;field_11463:Lnet/minecraft/class_2470;named CLOCKWISE_90Lnet/minecraft/util/BlockRotation;CLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
-
CLOCKWISE_180
- Mappings:
Namespace Name Mixin selector official cLceq;c:Lceq;intermediary field_11464Lnet/minecraft/class_2470;field_11464:Lnet/minecraft/class_2470;named CLOCKWISE_180Lnet/minecraft/util/BlockRotation;CLOCKWISE_180:Lnet/minecraft/util/BlockRotation;
-
COUNTERCLOCKWISE_90
- Mappings:
Namespace Name Mixin selector official dLceq;d:Lceq;intermediary field_11465Lnet/minecraft/class_2470;field_11465:Lnet/minecraft/class_2470;named COUNTERCLOCKWISE_90Lnet/minecraft/util/BlockRotation;COUNTERCLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
-
-
Field Details
-
directionTransformation
- Mappings:
Namespace Name Mixin selector official eLceq;e:Lf;intermediary field_23264Lnet/minecraft/class_2470;field_23264:Lnet/minecraft/class_4990;named directionTransformationLnet/minecraft/util/BlockRotation;directionTransformation:Lnet/minecraft/util/math/DirectionTransformation;
-
-
Constructor Details
-
BlockRotation
- Mappings:
Namespace Name Mixin selector official <init>Lceq;<init>(Ljava/lang/String;ILf;)Vintermediary <init>Lnet/minecraft/class_2470;<init>(Ljava/lang/String;ILnet/minecraft/class_4990;)Vnamed <init>Lnet/minecraft/util/BlockRotation;<init>(Ljava/lang/String;ILnet/minecraft/util/math/DirectionTransformation;)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
-
rotate
- Mappings:
Namespace Name Mixin selector official aLceq;a(Lceq;)Lceq;intermediary method_10501Lnet/minecraft/class_2470;method_10501(Lnet/minecraft/class_2470;)Lnet/minecraft/class_2470;named rotateLnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/BlockRotation;
-
getDirectionTransformation
- Mappings:
Namespace Name Mixin selector official aLceq;a()Lf;intermediary method_26383Lnet/minecraft/class_2470;method_26383()Lnet/minecraft/class_4990;named getDirectionTransformationLnet/minecraft/util/BlockRotation;getDirectionTransformation()Lnet/minecraft/util/math/DirectionTransformation;
-
rotate
- Mappings:
Namespace Name Mixin selector official aLceq;a(Lgg;)Lgg;intermediary method_10503Lnet/minecraft/class_2470;method_10503(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;named rotateLnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
-
rotate
public int rotate(int rotation, int fullTurn)- Mappings:
Namespace Name Mixin selector official aLceq;a(II)Iintermediary method_10502Lnet/minecraft/class_2470;method_10502(II)Inamed rotateLnet/minecraft/util/BlockRotation;rotate(II)I
-
random
- Mappings:
Namespace Name Mixin selector official aLceq;a(Ljava/util/Random;)Lceq;intermediary method_16548Lnet/minecraft/class_2470;method_16548(Ljava/util/Random;)Lnet/minecraft/class_2470;named randomLnet/minecraft/util/BlockRotation;random(Ljava/util/Random;)Lnet/minecraft/util/BlockRotation;
-
randomRotationOrder
- Mappings:
Namespace Name Mixin selector official bLceq;b(Ljava/util/Random;)Ljava/util/List;intermediary method_16547Lnet/minecraft/class_2470;method_16547(Ljava/util/Random;)Ljava/util/List;named randomRotationOrderLnet/minecraft/util/BlockRotation;randomRotationOrder(Ljava/util/Random;)Ljava/util/List;
-