Enum Class FillCommand.Mode

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

private static enum FillCommand.Mode extends Enum<FillCommand.Mode>
Mappings:
Namespace Name
official aec$a
intermediary net/minecraft/class_3057$class_3058
named net/minecraft/server/command/FillCommand$Mode
  • Enum Constant Details

    • REPLACE

      public static final FillCommand.Mode REPLACE
      Mappings:
      Namespace Name Mixin selector
      official a Laec$a;a:Laec$a;
      intermediary field_13655 Lnet/minecraft/class_3057$class_3058;field_13655:Lnet/minecraft/class_3057$class_3058;
      named REPLACE Lnet/minecraft/server/command/FillCommand$Mode;REPLACE:Lnet/minecraft/server/command/FillCommand$Mode;
    • OUTLINE

      public static final FillCommand.Mode OUTLINE
      Mappings:
      Namespace Name Mixin selector
      official b Laec$a;b:Laec$a;
      intermediary field_13652 Lnet/minecraft/class_3057$class_3058;field_13652:Lnet/minecraft/class_3057$class_3058;
      named OUTLINE Lnet/minecraft/server/command/FillCommand$Mode;OUTLINE:Lnet/minecraft/server/command/FillCommand$Mode;
    • HOLLOW

      public static final FillCommand.Mode HOLLOW
      Mappings:
      Namespace Name Mixin selector
      official c Laec$a;c:Laec$a;
      intermediary field_13656 Lnet/minecraft/class_3057$class_3058;field_13656:Lnet/minecraft/class_3057$class_3058;
      named HOLLOW Lnet/minecraft/server/command/FillCommand$Mode;HOLLOW:Lnet/minecraft/server/command/FillCommand$Mode;
    • DESTROY

      public static final FillCommand.Mode DESTROY
      Mappings:
      Namespace Name Mixin selector
      official d Laec$a;d:Laec$a;
      intermediary field_13651 Lnet/minecraft/class_3057$class_3058;field_13651:Lnet/minecraft/class_3057$class_3058;
      named DESTROY Lnet/minecraft/server/command/FillCommand$Mode;DESTROY:Lnet/minecraft/server/command/FillCommand$Mode;
  • Field Details

    • filter

      public final SetBlockCommand.Filter filter
      Mappings:
      Namespace Name Mixin selector
      official e Laec$a;e:Lafk$a;
      intermediary field_13654 Lnet/minecraft/class_3057$class_3058;field_13654:Lnet/minecraft/class_3119$class_3120;
      named filter Lnet/minecraft/server/command/FillCommand$Mode;filter:Lnet/minecraft/server/command/SetBlockCommand$Filter;
  • Constructor Details

    • Mode

      private Mode(SetBlockCommand.Filter filter)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laec$a;<init>(Ljava/lang/String;ILafk$a;)V
      intermediary <init> Lnet/minecraft/class_3057$class_3058;<init>(Ljava/lang/String;ILnet/minecraft/class_3119$class_3120;)V
      named <init> Lnet/minecraft/server/command/FillCommand$Mode;<init>(Ljava/lang/String;ILnet/minecraft/server/command/SetBlockCommand$Filter;)V
  • Method Details

    • values

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