Package net.minecraft.util
Enum Class BlockMirror
- All Implemented Interfaces:
Serializable
,Comparable<BlockMirror>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/util/BlockMirror
intermediary net/minecraft/class_2415
official djy
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockMirror> private final DirectionTransformation
private final String
private final Text
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
BlockMirror
(String id, DirectionTransformation directionTransformation) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.getName()
getRotation
(Direction direction) int
mirror
(int rotation, int fullTurn) static BlockMirror
Returns the enum constant of this class with the specified name.static BlockMirror[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/util/BlockMirror;NONE:Lnet/minecraft/util/BlockMirror;
intermediary field_11302
Lnet/minecraft/class_2415;field_11302:Lnet/minecraft/class_2415;
official a
Ldjy;a:Ldjy;
-
LEFT_RIGHT
- Mappings:
Namespace Name Mixin selector named LEFT_RIGHT
Lnet/minecraft/util/BlockMirror;LEFT_RIGHT:Lnet/minecraft/util/BlockMirror;
intermediary field_11300
Lnet/minecraft/class_2415;field_11300:Lnet/minecraft/class_2415;
official b
Ldjy;b:Ldjy;
-
FRONT_BACK
- Mappings:
Namespace Name Mixin selector named FRONT_BACK
Lnet/minecraft/util/BlockMirror;FRONT_BACK:Lnet/minecraft/util/BlockMirror;
intermediary field_11301
Lnet/minecraft/class_2415;field_11301:Lnet/minecraft/class_2415;
official c
Ldjy;c:Ldjy;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/util/BlockMirror;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_39311
Lnet/minecraft/class_2415;field_39311:Lcom/mojang/serialization/Codec;
official d
Ldjy;d:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/util/BlockMirror;id:Ljava/lang/String;
intermediary field_39312
Lnet/minecraft/class_2415;field_39312:Ljava/lang/String;
official e
Ldjy;e:Ljava/lang/String;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/util/BlockMirror;name:Lnet/minecraft/text/Text;
intermediary field_27883
Lnet/minecraft/class_2415;field_27883:Lnet/minecraft/class_2561;
official f
Ldjy;f:Lxp;
-
directionTransformation
- Mappings:
Namespace Name Mixin selector named directionTransformation
Lnet/minecraft/util/BlockMirror;directionTransformation:Lnet/minecraft/util/math/DirectionTransformation;
intermediary field_23263
Lnet/minecraft/class_2415;field_23263:Lnet/minecraft/class_4990;
official g
Ldjy;g:Lh;
-
-
Constructor Details
-
BlockMirror
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/BlockMirror;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/util/math/DirectionTransformation;)V
intermediary <init>
Lnet/minecraft/class_2415;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_4990;)V
official <init>
Ldjy;<init>(Ljava/lang/String;ILjava/lang/String;Lh;)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
-
mirror
public int mirror(int rotation, int fullTurn) - Mappings:
Namespace Name Mixin selector named mirror
Lnet/minecraft/util/BlockMirror;mirror(II)I
intermediary method_10344
Lnet/minecraft/class_2415;method_10344(II)I
official a
Ldjy;a(II)I
-
getRotation
- Mappings:
Namespace Name Mixin selector named getRotation
Lnet/minecraft/util/BlockMirror;getRotation(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/BlockRotation;
intermediary method_10345
Lnet/minecraft/class_2415;method_10345(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2470;
official a
Ldjy;a(Lje;)Ldlo;
-
apply
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/util/BlockMirror;apply(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
intermediary method_10343
Lnet/minecraft/class_2415;method_10343(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
official b
Ldjy;b(Lje;)Lje;
-
getDirectionTransformation
- Mappings:
Namespace Name Mixin selector named getDirectionTransformation
Lnet/minecraft/util/BlockMirror;getDirectionTransformation()Lnet/minecraft/util/math/DirectionTransformation;
intermediary method_26380
Lnet/minecraft/class_2415;method_26380()Lnet/minecraft/class_4990;
official a
Ldjy;a()Lh;
-
getName
- Mappings:
Namespace Name Mixin selector named getName
Lnet/minecraft/util/BlockMirror;getName()Lnet/minecraft/text/Text;
intermediary method_32354
Lnet/minecraft/class_2415;method_32354()Lnet/minecraft/class_2561;
official b
Ldjy;b()Lxp;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-