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$Variant
intermediary net/minecraft/class_11959$class_11960
official hka$a
  • Enum Constant Details

    • ENDER_CHEST

      public static final ChestBlockEntityRenderState.Variant ENDER_CHEST
      Mappings:
      Namespace Name Mixin selector
      named ENDER_CHEST Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;ENDER_CHEST:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62697 Lnet/minecraft/class_11959$class_11960;field_62697:Lnet/minecraft/class_11959$class_11960;
      official a Lhka$a;a:Lhka$a;
    • CHRISTMAS

      public static final ChestBlockEntityRenderState.Variant CHRISTMAS
      Mappings:
      Namespace Name Mixin selector
      named CHRISTMAS Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;CHRISTMAS:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62698 Lnet/minecraft/class_11959$class_11960;field_62698:Lnet/minecraft/class_11959$class_11960;
      official b Lhka$a;b:Lhka$a;
    • TRAPPED

      public static final ChestBlockEntityRenderState.Variant TRAPPED
      Mappings:
      Namespace Name Mixin selector
      named TRAPPED Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;TRAPPED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62699 Lnet/minecraft/class_11959$class_11960;field_62699:Lnet/minecraft/class_11959$class_11960;
      official c Lhka$a;c:Lhka$a;
    • COPPER_UNAFFECTED

      public static final ChestBlockEntityRenderState.Variant COPPER_UNAFFECTED
      Mappings:
      Namespace Name Mixin selector
      named COPPER_UNAFFECTED Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_UNAFFECTED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62700 Lnet/minecraft/class_11959$class_11960;field_62700:Lnet/minecraft/class_11959$class_11960;
      official d Lhka$a;d:Lhka$a;
    • COPPER_EXPOSED

      public static final ChestBlockEntityRenderState.Variant COPPER_EXPOSED
      Mappings:
      Namespace Name Mixin selector
      named COPPER_EXPOSED Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_EXPOSED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62701 Lnet/minecraft/class_11959$class_11960;field_62701:Lnet/minecraft/class_11959$class_11960;
      official e Lhka$a;e:Lhka$a;
    • COPPER_WEATHERED

      public static final ChestBlockEntityRenderState.Variant COPPER_WEATHERED
      Mappings:
      Namespace Name Mixin selector
      named COPPER_WEATHERED Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_WEATHERED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62702 Lnet/minecraft/class_11959$class_11960;field_62702:Lnet/minecraft/class_11959$class_11960;
      official f Lhka$a;f:Lhka$a;
    • COPPER_OXIDIZED

      public static final ChestBlockEntityRenderState.Variant COPPER_OXIDIZED
      Mappings:
      Namespace Name Mixin selector
      named COPPER_OXIDIZED Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;COPPER_OXIDIZED:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62703 Lnet/minecraft/class_11959$class_11960;field_62703:Lnet/minecraft/class_11959$class_11960;
      official g Lhka$a;g:Lhka$a;
    • REGULAR

      public static final ChestBlockEntityRenderState.Variant REGULAR
      Mappings:
      Namespace Name Mixin selector
      named REGULAR Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;REGULAR:Lnet/minecraft/client/render/block/entity/state/ChestBlockEntityRenderState$Variant;
      intermediary field_62704 Lnet/minecraft/class_11959$class_11960;field_62704:Lnet/minecraft/class_11959$class_11960;
      official h Lhka$a;h:Lhka$a;
  • Constructor Details

    • Variant

      private Variant()
  • Method Details

    • values

      public static ChestBlockEntityRenderState.Variant[] 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

      public static ChestBlockEntityRenderState.Variant valueOf(String name)
      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 name
      NullPointerException - if the argument is null