Enum Class BlockModelRenderer.Translation
java.lang.Object
java.lang.Enum<BlockModelRenderer.Translation>
net.minecraft.client.render.block.BlockModelRenderer.Translation
- All Implemented Interfaces:
Serializable,Comparable<BlockModelRenderer.Translation>,Constable
- Enclosing class:
BlockModelRenderer
@Environment(CLIENT)
private static enum BlockModelRenderer.Translation
extends Enum<BlockModelRenderer.Translation>
- Mappings:
Namespace Name intermediary net/minecraft/class_778$class_781official fkf$cnamed 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 TypeFieldDescription(package private) final int(package private) final int(package private) final int(package private) final intprivate static final 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 class with the specified name.static BlockModelRenderer.Translation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOWN
- Mappings:
Namespace Name Mixin selector intermediary field_4199Lnet/minecraft/class_778$class_781;field_4199:Lnet/minecraft/class_778$class_781;official aLfkf$c;a:Lfkf$c;named DOWNLnet/minecraft/client/render/block/BlockModelRenderer$Translation;DOWN:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
UP
- Mappings:
Namespace Name Mixin selector intermediary field_4200Lnet/minecraft/class_778$class_781;field_4200:Lnet/minecraft/class_778$class_781;official bLfkf$c;b:Lfkf$c;named UPLnet/minecraft/client/render/block/BlockModelRenderer$Translation;UP:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
NORTH
- Mappings:
Namespace Name Mixin selector intermediary field_4204Lnet/minecraft/class_778$class_781;field_4204:Lnet/minecraft/class_778$class_781;official cLfkf$c;c:Lfkf$c;named NORTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;NORTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
SOUTH
- Mappings:
Namespace Name Mixin selector intermediary field_4205Lnet/minecraft/class_778$class_781;field_4205:Lnet/minecraft/class_778$class_781;official dLfkf$c;d:Lfkf$c;named SOUTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;SOUTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
WEST
- Mappings:
Namespace Name Mixin selector intermediary field_4206Lnet/minecraft/class_778$class_781;field_4206:Lnet/minecraft/class_778$class_781;official eLfkf$c;e:Lfkf$c;named WESTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;WEST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
EAST
- Mappings:
Namespace Name Mixin selector intermediary field_4207Lnet/minecraft/class_778$class_781;field_4207:Lnet/minecraft/class_778$class_781;official fLfkf$c;f:Lfkf$c;named EASTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;EAST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector intermediary field_4202Lnet/minecraft/class_778$class_781;field_4202:[Lnet/minecraft/class_778$class_781;official kLfkf$c;k:[Lfkf$c;named VALUESLnet/minecraft/client/render/block/BlockModelRenderer$Translation;VALUES:[Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
firstCorner
final int firstCorner- Mappings:
Namespace Name Mixin selector intermediary field_4203Lnet/minecraft/class_778$class_781;field_4203:Iofficial gLfkf$c;g:Inamed firstCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;firstCorner:I
-
secondCorner
final int secondCorner- Mappings:
Namespace Name Mixin selector intermediary field_4201Lnet/minecraft/class_778$class_781;field_4201:Iofficial hLfkf$c;h:Inamed secondCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;secondCorner:I
-
thirdCorner
final int thirdCorner- Mappings:
Namespace Name Mixin selector intermediary field_4198Lnet/minecraft/class_778$class_781;field_4198:Iofficial iLfkf$c;i:Inamed thirdCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;thirdCorner:I
-
fourthCorner
final int fourthCorner- Mappings:
Namespace Name Mixin selector intermediary field_4209Lnet/minecraft/class_778$class_781;field_4209:Iofficial jLfkf$c;j: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 intermediary <init>Lnet/minecraft/class_778$class_781;<init>(Ljava/lang/String;IIIII)Vofficial <init>Lfkf$c;<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 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
-
getTranslations
- Mappings:
Namespace Name Mixin selector intermediary method_3394Lnet/minecraft/class_778$class_781;method_3394(Lnet/minecraft/class_2350;)Lnet/minecraft/class_778$class_781;official aLfkf$c;a(Lha;)Lfkf$c;named getTranslationsLnet/minecraft/client/render/block/BlockModelRenderer$Translation;getTranslations(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-