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 cuw$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 final intprivate final intprivate static final BlockModelRenderer.Translation[]private 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 aLcuw$c;a:Lcuw$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 bLcuw$c;b:Lcuw$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 cLcuw$c;c:Lcuw$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 dLcuw$c;d:Lcuw$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 eLcuw$c;e:Lcuw$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 fLcuw$c;f:Lcuw$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
-
field_20776
- Mappings:
Namespace Name Mixin selector official kLcuw$c;k:[Lcuw$c;intermediary field_20776Lnet/minecraft/class_2432$class_2435;field_20776:[Lnet/minecraft/class_2432$class_2435;named field_20776Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;field_20776:[Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;
-
fourthCorner
private final int fourthCorner- Mappings:
Namespace Name Mixin selector official gLcuw$c;g:Iintermediary field_10890Lnet/minecraft/class_2432$class_2435;field_10890:Inamed fourthCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;fourthCorner:I
-
field_14960
private final int field_14960- Mappings:
Namespace Name Mixin selector official hLcuw$c;h:Iintermediary field_14960Lnet/minecraft/class_2432$class_2435;field_14960:Inamed field_14960Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;field_14960:I
-
field_14961
private final int field_14961- Mappings:
Namespace Name Mixin selector official iLcuw$c;i:Iintermediary field_14961Lnet/minecraft/class_2432$class_2435;field_14961:Inamed field_14961Lnet/minecraft/client/render/block/BlockModelRenderer$Translation;field_14961:I
-
thirdCorner
private final int thirdCorner- Mappings:
Namespace Name Mixin selector official jLcuw$c;j:Iintermediary field_10889Lnet/minecraft/class_2432$class_2435;field_10889:Inamed thirdCornerLnet/minecraft/client/render/block/BlockModelRenderer$Translation;thirdCorner:I
-
-
Constructor Details
-
Translation
private Translation(int firstCorner, int secondCorner, int thirdCorner, int fourthCorner) - Mappings:
Namespace Name Mixin selector official <init>Lcuw$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 aLcuw$c;a(Leq;)Lcuw$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;
-