Enum Class ShulkerBoxBlockEntity.ShulkerBlockState

java.lang.Object
java.lang.Enum<ShulkerBoxBlockEntity.ShulkerBlockState>
net.minecraft.block.entity.ShulkerBoxBlockEntity.ShulkerBlockState
All Implemented Interfaces:
Serializable, Comparable<ShulkerBoxBlockEntity.ShulkerBlockState>, Constable
Enclosing class:
ShulkerBoxBlockEntity

public static enum ShulkerBoxBlockEntity.ShulkerBlockState extends Enum<ShulkerBoxBlockEntity.ShulkerBlockState>
Mappings:
Namespace Name
official asu$a
intermediary net/minecraft/class_3067$class_3068
named net/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState
  • Enum Constant Details

    • CLOSED

      public static final ShulkerBoxBlockEntity.ShulkerBlockState CLOSED
      Mappings:
      Namespace Name Mixin selector
      official a Lasu$a;a:Lasu$a;
      intermediary field_15169 Lnet/minecraft/class_3067$class_3068;field_15169:Lnet/minecraft/class_3067$class_3068;
      named CLOSED Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;CLOSED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;
    • OPENING

      public static final ShulkerBoxBlockEntity.ShulkerBlockState OPENING
      Mappings:
      Namespace Name Mixin selector
      official b Lasu$a;b:Lasu$a;
      intermediary field_15170 Lnet/minecraft/class_3067$class_3068;field_15170:Lnet/minecraft/class_3067$class_3068;
      named OPENING Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;OPENING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;
    • OPENED

      public static final ShulkerBoxBlockEntity.ShulkerBlockState OPENED
      Mappings:
      Namespace Name Mixin selector
      official c Lasu$a;c:Lasu$a;
      intermediary field_15171 Lnet/minecraft/class_3067$class_3068;field_15171:Lnet/minecraft/class_3067$class_3068;
      named OPENED Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;OPENED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;
    • CLOSING

      public static final ShulkerBoxBlockEntity.ShulkerBlockState CLOSING
      Mappings:
      Namespace Name Mixin selector
      official d Lasu$a;d:Lasu$a;
      intermediary field_15172 Lnet/minecraft/class_3067$class_3068;field_15172:Lnet/minecraft/class_3067$class_3068;
      named CLOSING Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;CLOSING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$ShulkerBlockState;
  • Constructor Details

    • ShulkerBlockState

      private ShulkerBlockState()
  • Method Details

    • values

      public static ShulkerBoxBlockEntity.ShulkerBlockState[] 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 ShulkerBoxBlockEntity.ShulkerBlockState 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