Enum Class StructureBlockBlockEntity.Action

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

public static enum StructureBlockBlockEntity.Action extends Enum<StructureBlockBlockEntity.Action>
Mappings:
Namespace Name
official cxt$a
intermediary net/minecraft/class_2633$class_2634
named net/minecraft/block/entity/StructureBlockBlockEntity$Action
  • Enum Constant Details

    • UPDATE_DATA

      public static final StructureBlockBlockEntity.Action UPDATE_DATA
      Mappings:
      Namespace Name Mixin selector
      official a Lcxt$a;a:Lcxt$a;
      intermediary field_12108 Lnet/minecraft/class_2633$class_2634;field_12108:Lnet/minecraft/class_2633$class_2634;
      named UPDATE_DATA Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;UPDATE_DATA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
    • SAVE_AREA

      public static final StructureBlockBlockEntity.Action SAVE_AREA
      Mappings:
      Namespace Name Mixin selector
      official b Lcxt$a;b:Lcxt$a;
      intermediary field_12110 Lnet/minecraft/class_2633$class_2634;field_12110:Lnet/minecraft/class_2633$class_2634;
      named SAVE_AREA Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SAVE_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
    • LOAD_AREA

      public static final StructureBlockBlockEntity.Action LOAD_AREA
      Mappings:
      Namespace Name Mixin selector
      official c Lcxt$a;c:Lcxt$a;
      intermediary field_12109 Lnet/minecraft/class_2633$class_2634;field_12109:Lnet/minecraft/class_2633$class_2634;
      named LOAD_AREA Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;LOAD_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
    • SCAN_AREA

      public static final StructureBlockBlockEntity.Action SCAN_AREA
      Mappings:
      Namespace Name Mixin selector
      official d Lcxt$a;d:Lcxt$a;
      intermediary field_12106 Lnet/minecraft/class_2633$class_2634;field_12106:Lnet/minecraft/class_2633$class_2634;
      named SCAN_AREA Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;SCAN_AREA:Lnet/minecraft/block/entity/StructureBlockBlockEntity$Action;
  • Constructor Details

    • Action

      private Action()
  • Method Details

    • values

      public static StructureBlockBlockEntity.Action[] 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 StructureBlockBlockEntity.Action 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