Enum BlockModelRenderer.NeighborOrientation
java.lang.Object
java.lang.Enum<BlockModelRenderer.NeighborOrientation>
net.minecraft.client.render.block.BlockModelRenderer.NeighborOrientation
- All Implemented Interfaces:
Serializable,Comparable<BlockModelRenderer.NeighborOrientation>,java.lang.constant.Constable
- Enclosing class:
- BlockModelRenderer
@Environment(CLIENT)
public static enum BlockModelRenderer.NeighborOrientation
extends Enum<BlockModelRenderer.NeighborOrientation>
- Mappings:
Namespace Name official emx$eintermediary net/minecraft/class_778$class_782named net/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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 aLemx$e;a:Lemx$e;intermediary field_4210Lnet/minecraft/class_778$class_782;field_4210:Lnet/minecraft/class_778$class_782;named DOWNLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;DOWN:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
UP
- Mappings:
Namespace Name Mixin selector official bLemx$e;b:Lemx$e;intermediary field_4212Lnet/minecraft/class_778$class_782;field_4212:Lnet/minecraft/class_778$class_782;named UPLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;UP:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
NORTH
- Mappings:
Namespace Name Mixin selector official cLemx$e;c:Lemx$e;intermediary field_4211Lnet/minecraft/class_778$class_782;field_4211:Lnet/minecraft/class_778$class_782;named NORTHLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;NORTH:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
SOUTH
- Mappings:
Namespace Name Mixin selector official dLemx$e;d:Lemx$e;intermediary field_4213Lnet/minecraft/class_778$class_782;field_4213:Lnet/minecraft/class_778$class_782;named SOUTHLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;SOUTH:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
WEST
- Mappings:
Namespace Name Mixin selector official eLemx$e;e:Lemx$e;intermediary field_4215Lnet/minecraft/class_778$class_782;field_4215:Lnet/minecraft/class_778$class_782;named WESTLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;WEST:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
EAST
- Mappings:
Namespace Name Mixin selector official fLemx$e;f:Lemx$e;intermediary field_4219Lnet/minecraft/class_778$class_782;field_4219:Lnet/minecraft/class_778$class_782;named EASTLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;EAST:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_DOWN
- Mappings:
Namespace Name Mixin selector official gLemx$e;g:Lemx$e;intermediary field_4220Lnet/minecraft/class_778$class_782;field_4220:Lnet/minecraft/class_778$class_782;named FLIP_DOWNLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_DOWN:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_UP
- Mappings:
Namespace Name Mixin selector official hLemx$e;h:Lemx$e;intermediary field_4217Lnet/minecraft/class_778$class_782;field_4217:Lnet/minecraft/class_778$class_782;named FLIP_UPLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_UP:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_NORTH
- Mappings:
Namespace Name Mixin selector official iLemx$e;i:Lemx$e;intermediary field_4218Lnet/minecraft/class_778$class_782;field_4218:Lnet/minecraft/class_778$class_782;named FLIP_NORTHLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_NORTH:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_SOUTH
- Mappings:
Namespace Name Mixin selector official jLemx$e;j:Lemx$e;intermediary field_4221Lnet/minecraft/class_778$class_782;field_4221:Lnet/minecraft/class_778$class_782;named FLIP_SOUTHLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_SOUTH:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_WEST
- Mappings:
Namespace Name Mixin selector official kLemx$e;k:Lemx$e;intermediary field_4216Lnet/minecraft/class_778$class_782;field_4216:Lnet/minecraft/class_778$class_782;named FLIP_WESTLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_WEST:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
FLIP_EAST
- Mappings:
Namespace Name Mixin selector official lLemx$e;l:Lemx$e;intermediary field_4214Lnet/minecraft/class_778$class_782;field_4214:Lnet/minecraft/class_778$class_782;named FLIP_EASTLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;FLIP_EAST:Lnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;
-
-
Field Details
-
shape
private final int shape- Mappings:
Namespace Name Mixin selector official mLemx$e;m:Iintermediary field_4222Lnet/minecraft/class_778$class_782;field_4222:Inamed shapeLnet/minecraft/client/render/block/BlockModelRenderer$NeighborOrientation;shape:I
-
-
Constructor Details
-
NeighborOrientation
-
-
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
-