Enum Class CommandBlockBlockEntity.Type

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

public static enum CommandBlockBlockEntity.Type extends Enum<CommandBlockBlockEntity.Type>
Mappings:
Namespace Name
official cwt$a
intermediary net/minecraft/class_2593$class_2594
named net/minecraft/block/entity/CommandBlockBlockEntity$Type
  • Enum Constant Details

    • SEQUENCE

      public static final CommandBlockBlockEntity.Type SEQUENCE
      Mappings:
      Namespace Name Mixin selector
      official a Lcwt$a;a:Lcwt$a;
      intermediary field_11922 Lnet/minecraft/class_2593$class_2594;field_11922:Lnet/minecraft/class_2593$class_2594;
      named SEQUENCE Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;SEQUENCE:Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;
    • AUTO

      public static final CommandBlockBlockEntity.Type AUTO
      Mappings:
      Namespace Name Mixin selector
      official b Lcwt$a;b:Lcwt$a;
      intermediary field_11923 Lnet/minecraft/class_2593$class_2594;field_11923:Lnet/minecraft/class_2593$class_2594;
      named AUTO Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;AUTO:Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;
    • REDSTONE

      public static final CommandBlockBlockEntity.Type REDSTONE
      Mappings:
      Namespace Name Mixin selector
      official c Lcwt$a;c:Lcwt$a;
      intermediary field_11924 Lnet/minecraft/class_2593$class_2594;field_11924:Lnet/minecraft/class_2593$class_2594;
      named REDSTONE Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;REDSTONE:Lnet/minecraft/block/entity/CommandBlockBlockEntity$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

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