Package net.minecraft.server.command
Enum Class FillCommand.Mode
- All Implemented Interfaces:
Serializable,Comparable<FillCommand.Mode>,Constable
- Enclosing class:
FillCommand
- Mappings:
Namespace Name named net/minecraft/server/command/FillCommand$Modeintermediary net/minecraft/class_3057$class_3058official anq$c
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMode(FillCommand.PostProcessor postProcessor, FillCommand.Filter filter) -
Method Summary
Modifier and TypeMethodDescriptionstatic FillCommand.ModeReturns the enum constant of this class with the specified name.static FillCommand.Mode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REPLACE
- Mappings:
Namespace Name Mixin selector named REPLACELnet/minecraft/server/command/FillCommand$Mode;REPLACE:Lnet/minecraft/server/command/FillCommand$Mode;intermediary field_13655Lnet/minecraft/class_3057$class_3058;field_13655:Lnet/minecraft/class_3057$class_3058;official aLanq$c;a:Lanq$c;
-
OUTLINE
- Mappings:
Namespace Name Mixin selector named OUTLINELnet/minecraft/server/command/FillCommand$Mode;OUTLINE:Lnet/minecraft/server/command/FillCommand$Mode;intermediary field_13652Lnet/minecraft/class_3057$class_3058;field_13652:Lnet/minecraft/class_3057$class_3058;official bLanq$c;b:Lanq$c;
-
HOLLOW
- Mappings:
Namespace Name Mixin selector named HOLLOWLnet/minecraft/server/command/FillCommand$Mode;HOLLOW:Lnet/minecraft/server/command/FillCommand$Mode;intermediary field_13656Lnet/minecraft/class_3057$class_3058;field_13656:Lnet/minecraft/class_3057$class_3058;official cLanq$c;c:Lanq$c;
-
DESTROY
- Mappings:
Namespace Name Mixin selector named DESTROYLnet/minecraft/server/command/FillCommand$Mode;DESTROY:Lnet/minecraft/server/command/FillCommand$Mode;intermediary field_13651Lnet/minecraft/class_3057$class_3058;field_13651:Lnet/minecraft/class_3057$class_3058;official dLanq$c;d:Lanq$c;
-
-
Field Details
-
filter
- Mappings:
Namespace Name Mixin selector named filterLnet/minecraft/server/command/FillCommand$Mode;filter:Lnet/minecraft/server/command/FillCommand$Filter;intermediary field_13654Lnet/minecraft/class_3057$class_3058;field_13654:Lnet/minecraft/class_3057$class_3120;official eLanq$c;e:Lanq$b;
-
postProcessor
- Mappings:
Namespace Name Mixin selector named postProcessorLnet/minecraft/server/command/FillCommand$Mode;postProcessor:Lnet/minecraft/server/command/FillCommand$PostProcessor;intermediary field_55587Lnet/minecraft/class_3057$class_3058;field_55587:Lnet/minecraft/class_3057$class_10555;official fLanq$c;f:Lanq$a;
-
-
Constructor Details
-
Mode
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/command/FillCommand$Mode;<init>(Ljava/lang/String;ILnet/minecraft/server/command/FillCommand$PostProcessor;Lnet/minecraft/server/command/FillCommand$Filter;)Vintermediary <init>Lnet/minecraft/class_3057$class_3058;<init>(Ljava/lang/String;ILnet/minecraft/class_3057$class_10555;Lnet/minecraft/class_3057$class_3120;)Vofficial <init>Lanq$c;<init>(Ljava/lang/String;ILanq$a;Lanq$b;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-