Enum BlockModelRenderer.Translation
java.lang.Object
java.lang.Enum<BlockModelRenderer.Translation>
net.minecraft.client.render.block.BlockModelRenderer.Translation
- All Implemented Interfaces:
Serializable,Comparable<BlockModelRenderer.Translation>,java.lang.constant.Constable
- Enclosing class:
- BlockModelRenderer
@Environment(CLIENT)
static enum BlockModelRenderer.Translation
extends Enum<BlockModelRenderer.Translation>
- Mappings:
Namespace Name official emt$cintermediary net/minecraft/class_778$class_781named net/minecraft/client/render/block/BlockModelRenderer$Translation
-
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
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate intprivate static BlockModelRenderer.Translation[] -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTranslation(int firstCorner, int secondCorner, int thirdCorner, int fourthCorner) -
Method Summary
Modifier and TypeMethodDescriptiongetTranslations(Direction direction)Returns the enum constant of this type with the specified name.static BlockModelRenderer.Translation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DOWN
- Mappings:
Namespace Name Mixin selector official aLemt$c;a:Lemt$c;intermediary field_4199Lnet/minecraft/class_778$class_781;field_4199:Lnet/minecraft/class_778$class_781;named DOWNLnet/minecraft/client/render/block/BlockModelRenderer$Translation;DOWN:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
UP
- Mappings:
Namespace Name Mixin selector official bLemt$c;b:Lemt$c;intermediary field_4200Lnet/minecraft/class_778$class_781;field_4200:Lnet/minecraft/class_778$class_781;named UPLnet/minecraft/client/render/block/BlockModelRenderer$Translation;UP:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
NORTH
- Mappings:
Namespace Name Mixin selector official cLemt$c;c:Lemt$c;intermediary field_4204Lnet/minecraft/class_778$class_781;field_4204:Lnet/minecraft/class_778$class_781;named NORTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;NORTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official dLemt$c;d:Lemt$c;intermediary field_4205Lnet/minecraft/class_778$class_781;field_4205:Lnet/minecraft/class_778$class_781;named SOUTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;SOUTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
WEST
- Mappings:
Namespace Name Mixin selector official eLemt$c;e:Lemt$c;intermediary field_4206Lnet/minecraft/class_778$class_781;field_4206:Lnet/minecraft/class_778$class_781;named WESTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;WEST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
EAST
- Mappings:
Namespace Name Mixin selector official fLemt$c;f:Lemt$c;intermediary field_4207Lnet/minecraft/class_778$class_781;field_4207:Lnet/minecraft/class_778$class_781;named EASTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;EAST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official kLemt$c;k:[Lemt$c;intermediary field_4202Lnet/minecraft/class_778$class_781;field_4202:[Lnet/minecraft/class_778$class_781;named VALUESLnet/minecraft/client/render/block/BlockModelRenderer$Translation;VALUES:[Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
firstCorner
private final int firstCorner- Mappings:
Namespace Name Mixin selector official gLemt$c;g:Iintermediary field_4203Lnet/minecraft/class_778$class_781;field_4203:Inamed firstCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;firstCorner:I
-
secondCorner
private final int secondCorner- Mappings:
Namespace Name Mixin selector official hLemt$c;h:Iintermediary field_4201Lnet/minecraft/class_778$class_781;field_4201:Inamed secondCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;secondCorner:I
-
thirdCorner
private final int thirdCorner- Mappings:
Namespace Name Mixin selector official iLemt$c;i:Iintermediary field_4198Lnet/minecraft/class_778$class_781;field_4198:Inamed thirdCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;thirdCorner:I
-
fourthCorner
private final int fourthCorner- Mappings:
Namespace Name Mixin selector official jLemt$c;j:Iintermediary field_4209Lnet/minecraft/class_778$class_781;field_4209:Inamed fourthCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;fourthCorner:I
-
-
Constructor Details
-
Translation
private Translation(int firstCorner, int secondCorner, int thirdCorner, int fourthCorner)- Mappings:
Namespace Name Mixin selector official <init>Lemt$c;<init>(Ljava/lang/String;IIIII)Vintermediary <init>Lnet/minecraft/class_778$class_781;<init>(Ljava/lang/String;IIIII)Vnamed <init>Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;<init>(Ljava/lang/String;IIIII)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
-
getTranslations
- Mappings:
Namespace Name Mixin selector official aLemt$c;a(Lgg;)Lemt$c;intermediary method_3394Lnet/minecraft/class_778$class_781;method_3394(Lnet/minecraft/class_2350;)Lnet/minecraft/class_778$class_781;named getTranslationsLnet/minecraft/client/render/block/BlockModelRenderer$Translation;getTranslations(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-