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 emu$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 aLemu$e;a:Lemu$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 bLemu$e;b:Lemu$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 cLemu$e;c:Lemu$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 dLemu$e;d:Lemu$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 eLemu$e;e:Lemu$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 fLemu$e;f:Lemu$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 gLemu$e;g:Lemu$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 hLemu$e;h:Lemu$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 iLemu$e;i:Lemu$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 jLemu$e;j:Lemu$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 kLemu$e;k:Lemu$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 lLemu$e;l:Lemu$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 mLemu$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
-