Enum Class CommandBlockBlockEntity.class_2736

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

public static enum CommandBlockBlockEntity.class_2736 extends Enum<CommandBlockBlockEntity.class_2736>
Mappings:
Namespace Name
official avm$a
intermediary net/minecraft/class_1309$class_2736
named net/minecraft/block/entity/CommandBlockBlockEntity$class_2736
  • Enum Constant Details

    • field_12848

      public static final CommandBlockBlockEntity.class_2736 field_12848
      Mappings:
      Namespace Name Mixin selector
      official a Lavm$a;a:Lavm$a;
      intermediary field_12848 Lnet/minecraft/class_1309$class_2736;field_12848:Lnet/minecraft/class_1309$class_2736;
      named field_12848 Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;field_12848:Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;
    • field_12849

      public static final CommandBlockBlockEntity.class_2736 field_12849
      Mappings:
      Namespace Name Mixin selector
      official b Lavm$a;b:Lavm$a;
      intermediary field_12849 Lnet/minecraft/class_1309$class_2736;field_12849:Lnet/minecraft/class_1309$class_2736;
      named field_12849 Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;field_12849:Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;
    • field_12850

      public static final CommandBlockBlockEntity.class_2736 field_12850
      Mappings:
      Namespace Name Mixin selector
      official c Lavm$a;c:Lavm$a;
      intermediary field_12850 Lnet/minecraft/class_1309$class_2736;field_12850:Lnet/minecraft/class_1309$class_2736;
      named field_12850 Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;field_12850:Lnet/minecraft/block/entity/CommandBlockBlockEntity$class_2736;
  • Constructor Details

    • class_2736

      private class_2736()
  • Method Details

    • values

      public static CommandBlockBlockEntity.class_2736[] 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 CommandBlockBlockEntity.class_2736 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