Enum Class ChestBlockEntityRenderState.Variant
java.lang.Object
java.lang.Enum<ChestBlockEntityRenderState.Variant>
net.minecraft.client.render.block.entity.state.ChestBlockEntityRenderState.Variant
- All Implemented Interfaces:
Serializable,Comparable<ChestBlockEntityRenderState.Variant>,Constable
- Enclosing class:
ChestBlockEntityRenderState
@Environment(CLIENT)
public static enum ChestBlockEntityRenderState.Variant
extends Enum<ChestBlockEntityRenderState.Variant>
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variantintermediary net/minecraft/class_11959$class_11960official hon$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChestBlockEntityRenderState.Variant[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENDER_CHEST
- Mappings:
Namespace Name Mixin selector named ENDER_CHESTLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;ENDER_CHEST:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62697Lnet/minecraft/class_11959$class_11960;field_62697:Lnet/minecraft/class_11959$class_11960;official aLhon$a;a:Lhon$a;
-
CHRISTMAS
- Mappings:
Namespace Name Mixin selector named CHRISTMASLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;CHRISTMAS:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62698Lnet/minecraft/class_11959$class_11960;field_62698:Lnet/minecraft/class_11959$class_11960;official bLhon$a;b:Lhon$a;
-
TRAPPED
- Mappings:
Namespace Name Mixin selector named TRAPPEDLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;TRAPPED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62699Lnet/minecraft/class_11959$class_11960;field_62699:Lnet/minecraft/class_11959$class_11960;official cLhon$a;c:Lhon$a;
-
COPPER_UNAFFECTED
- Mappings:
Namespace Name Mixin selector named COPPER_UNAFFECTEDLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_UNAFFECTED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62700Lnet/minecraft/class_11959$class_11960;field_62700:Lnet/minecraft/class_11959$class_11960;official dLhon$a;d:Lhon$a;
-
COPPER_EXPOSED
- Mappings:
Namespace Name Mixin selector named COPPER_EXPOSEDLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_EXPOSED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62701Lnet/minecraft/class_11959$class_11960;field_62701:Lnet/minecraft/class_11959$class_11960;official eLhon$a;e:Lhon$a;
-
COPPER_WEATHERED
- Mappings:
Namespace Name Mixin selector named COPPER_WEATHEREDLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_WEATHERED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62702Lnet/minecraft/class_11959$class_11960;field_62702:Lnet/minecraft/class_11959$class_11960;official fLhon$a;f:Lhon$a;
-
COPPER_OXIDIZED
- Mappings:
Namespace Name Mixin selector named COPPER_OXIDIZEDLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_OXIDIZED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62703Lnet/minecraft/class_11959$class_11960;field_62703:Lnet/minecraft/class_11959$class_11960;official gLhon$a;g:Lhon$a;
-
REGULAR
- Mappings:
Namespace Name Mixin selector named REGULARLnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;REGULAR:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;intermediary field_62704Lnet/minecraft/class_11959$class_11960;field_62704:Lnet/minecraft/class_11959$class_11960;official hLhon$a;h:Lhon$a;
-
-
Constructor Details
-
Variant
private Variant()
-
-
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
-