Enum Class FillCommand.class_4423

java.lang.Object
java.lang.Enum<FillCommand.class_4423>
net.minecraft.server.command.FillCommand.class_4423
All Implemented Interfaces:
Serializable, Comparable<FillCommand.class_4423>, Constable
Enclosing class:
FillCommand

static enum FillCommand.class_4423 extends Enum<FillCommand.class_4423>
Mappings:
Namespace Name
official qo$a
intermediary net/minecraft/class_2170$class_4423
named net/minecraft/server/command/FillCommand$class_4423
  • Enum Constant Details

    • field_21748

      public static final FillCommand.class_4423 field_21748
      Mappings:
      Namespace Name Mixin selector
      official a Lqo$a;a:Lqo$a;
      intermediary field_21748 Lnet/minecraft/class_2170$class_4423;field_21748:Lnet/minecraft/class_2170$class_4423;
      named field_21748 Lnet/minecraft/server/command/FillCommand$class_4423;field_21748:Lnet/minecraft/server/command/FillCommand$class_4423;
    • field_21749

      public static final FillCommand.class_4423 field_21749
      Mappings:
      Namespace Name Mixin selector
      official b Lqo$a;b:Lqo$a;
      intermediary field_21749 Lnet/minecraft/class_2170$class_4423;field_21749:Lnet/minecraft/class_2170$class_4423;
      named field_21749 Lnet/minecraft/server/command/FillCommand$class_4423;field_21749:Lnet/minecraft/server/command/FillCommand$class_4423;
    • field_21750

      public static final FillCommand.class_4423 field_21750
      Mappings:
      Namespace Name Mixin selector
      official c Lqo$a;c:Lqo$a;
      intermediary field_21750 Lnet/minecraft/class_2170$class_4423;field_21750:Lnet/minecraft/class_2170$class_4423;
      named field_21750 Lnet/minecraft/server/command/FillCommand$class_4423;field_21750:Lnet/minecraft/server/command/FillCommand$class_4423;
    • field_21751

      public static final FillCommand.class_4423 field_21751
      Mappings:
      Namespace Name Mixin selector
      official d Lqo$a;d:Lqo$a;
      intermediary field_21751 Lnet/minecraft/class_2170$class_4423;field_21751:Lnet/minecraft/class_2170$class_4423;
      named field_21751 Lnet/minecraft/server/command/FillCommand$class_4423;field_21751:Lnet/minecraft/server/command/FillCommand$class_4423;
  • Field Details

    • field_21752

      public final SetBlockCommand.class_4427 field_21752
      Mappings:
      Namespace Name Mixin selector
      official e Lqo$a;e:Lrp$a;
      intermediary field_21752 Lnet/minecraft/class_2170$class_4423;field_21752:Lnet/minecraft/class_1860$class_4427;
      named field_21752 Lnet/minecraft/server/command/FillCommand$class_4423;field_21752:Lnet/minecraft/server/command/SetBlockCommand$class_4427;
  • Constructor Details

  • Method Details

    • values

      public static FillCommand.class_4423[] 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 FillCommand.class_4423 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