Enum Class ShulkerBoxBlockEntity.AnimationStage

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

public static enum ShulkerBoxBlockEntity.AnimationStage extends Enum<ShulkerBoxBlockEntity.AnimationStage>
Mappings:
Namespace Name
official cxo$a
intermediary net/minecraft/class_2627$class_2628
named net/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage
  • Enum Constant Details

    • CLOSED

      public static final ShulkerBoxBlockEntity.AnimationStage CLOSED
      Mappings:
      Namespace Name Mixin selector
      official a Lcxo$a;a:Lcxo$a;
      intermediary field_12065 Lnet/minecraft/class_2627$class_2628;field_12065:Lnet/minecraft/class_2627$class_2628;
      named CLOSED Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;CLOSED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
    • OPENING

      public static final ShulkerBoxBlockEntity.AnimationStage OPENING
      Mappings:
      Namespace Name Mixin selector
      official b Lcxo$a;b:Lcxo$a;
      intermediary field_12066 Lnet/minecraft/class_2627$class_2628;field_12066:Lnet/minecraft/class_2627$class_2628;
      named OPENING Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
    • OPENED

      public static final ShulkerBoxBlockEntity.AnimationStage OPENED
      Mappings:
      Namespace Name Mixin selector
      official c Lcxo$a;c:Lcxo$a;
      intermediary field_12063 Lnet/minecraft/class_2627$class_2628;field_12063:Lnet/minecraft/class_2627$class_2628;
      named OPENED Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;OPENED:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
    • CLOSING

      public static final ShulkerBoxBlockEntity.AnimationStage CLOSING
      Mappings:
      Namespace Name Mixin selector
      official d Lcxo$a;d:Lcxo$a;
      intermediary field_12064 Lnet/minecraft/class_2627$class_2628;field_12064:Lnet/minecraft/class_2627$class_2628;
      named CLOSING Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;CLOSING:Lnet/minecraft/block/entity/ShulkerBoxBlockEntity$AnimationStage;
  • Constructor Details

    • AnimationStage

      private AnimationStage()
  • Method Details

    • values

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