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)
static enum BlockModelRenderer.Translation
extends Enum<BlockModelRenderer.Translation>
- Mappings:
Namespace Name official bob$cintermediary net/minecraft/class_2432$class_2435named 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 static final BlockModelRenderer.Translation[]private final intprivate final intprivate final intprivate final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTranslation(int firstCorner, int secondCorner, int thirdCorner, int fourthCorner) -
Method Summary
Modifier and TypeMethodDescriptiongetTranslations(Direction face) 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 official aLbob$c;a:Lbob$c;intermediary field_10881Lnet/minecraft/class_2432$class_2435;field_10881:Lnet/minecraft/class_2432$class_2435;named DOWNLnet/minecraft/client/render/block/BlockModelRenderer$Translation;DOWN:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
UP
- Mappings:
Namespace Name Mixin selector official bLbob$c;b:Lbob$c;intermediary field_10882Lnet/minecraft/class_2432$class_2435;field_10882:Lnet/minecraft/class_2432$class_2435;named UPLnet/minecraft/client/render/block/BlockModelRenderer$Translation;UP:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
NORTH
- Mappings:
Namespace Name Mixin selector official cLbob$c;c:Lbob$c;intermediary field_10883Lnet/minecraft/class_2432$class_2435;field_10883:Lnet/minecraft/class_2432$class_2435;named NORTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;NORTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official dLbob$c;d:Lbob$c;intermediary field_10884Lnet/minecraft/class_2432$class_2435;field_10884:Lnet/minecraft/class_2432$class_2435;named SOUTHLnet/minecraft/client/render/block/BlockModelRenderer$Translation;SOUTH:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
WEST
- Mappings:
Namespace Name Mixin selector official eLbob$c;e:Lbob$c;intermediary field_10885Lnet/minecraft/class_2432$class_2435;field_10885:Lnet/minecraft/class_2432$class_2435;named WESTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;WEST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
EAST
- Mappings:
Namespace Name Mixin selector official fLbob$c;f:Lbob$c;intermediary field_10886Lnet/minecraft/class_2432$class_2435;field_10886:Lnet/minecraft/class_2432$class_2435;named EASTLnet/minecraft/client/render/block/BlockModelRenderer$Translation;EAST:Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
-
Field Details
-
ALL
- Mappings:
Namespace Name Mixin selector official kLbob$c;k:[Lbob$c;intermediary field_10891Lnet/minecraft/class_2432$class_2435;field_10891:[Lnet/minecraft/class_2432$class_2435;named ALLLnet/minecraft/client/render/block/BlockModelRenderer$Translation;ALL:[Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
firstCorner
private final int firstCorner- Mappings:
Namespace Name Mixin selector official gLbob$c;g:Iintermediary field_10887Lnet/minecraft/class_2432$class_2435;field_10887:Inamed firstCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;firstCorner:I
-
secondCorner
private final int secondCorner- Mappings:
Namespace Name Mixin selector official hLbob$c;h:Iintermediary field_10888Lnet/minecraft/class_2432$class_2435;field_10888:Inamed secondCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;secondCorner:I
-
thirdCorner
private final int thirdCorner- Mappings:
Namespace Name Mixin selector official iLbob$c;i:Iintermediary field_10889Lnet/minecraft/class_2432$class_2435;field_10889:Inamed thirdCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;thirdCorner:I
-
fourthCorner
private final int fourthCorner- Mappings:
Namespace Name Mixin selector official jLbob$c;j:Iintermediary field_10890Lnet/minecraft/class_2432$class_2435;field_10890: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>Lbob$c;<init>(Ljava/lang/String;IIIII)Vintermediary <init>Lnet/minecraft/class_2432$class_2435;<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 official aLbob$c;a(Lcs;)Lbob$c;intermediary method_9975Lnet/minecraft/class_2432$class_2435;method_9975(Lnet/minecraft/class_1354;)Lnet/minecraft/class_2432$class_2435;named getTranslationsLnet/minecraft/client/render/block/BlockModelRenderer$Translation;getTranslations(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-