Package net.minecraft.server.command
Enum FillCommand.Mode
- All Implemented Interfaces:
Serializable,Comparable<FillCommand.Mode>,java.lang.constant.Constable
- Enclosing class:
- FillCommand
- Mappings:
Namespace Name official yd$aintermediary net/minecraft/class_3057$class_3058named net/minecraft/server/command/FillCommand$Mode
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FillCommand.ModeReturns the enum constant of this type with the specified name.static FillCommand.Mode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REPLACE
- Mappings:
Namespace Name Mixin selector official aLyd$a;a:Lyd$a;intermediary field_13655Lnet/minecraft/class_3057$class_3058;field_13655:Lnet/minecraft/class_3057$class_3058;named REPLACELnet/minecraft/server/command/FillCommand$Mode;REPLACE:Lnet/minecraft/server/command/FillCommand$Mode;
-
OUTLINE
- Mappings:
Namespace Name Mixin selector official bLyd$a;b:Lyd$a;intermediary field_13652Lnet/minecraft/class_3057$class_3058;field_13652:Lnet/minecraft/class_3057$class_3058;named OUTLINELnet/minecraft/server/command/FillCommand$Mode;OUTLINE:Lnet/minecraft/server/command/FillCommand$Mode;
-
HOLLOW
- Mappings:
Namespace Name Mixin selector official cLyd$a;c:Lyd$a;intermediary field_13656Lnet/minecraft/class_3057$class_3058;field_13656:Lnet/minecraft/class_3057$class_3058;named HOLLOWLnet/minecraft/server/command/FillCommand$Mode;HOLLOW:Lnet/minecraft/server/command/FillCommand$Mode;
-
DESTROY
- Mappings:
Namespace Name Mixin selector official dLyd$a;d:Lyd$a;intermediary field_13651Lnet/minecraft/class_3057$class_3058;field_13651:Lnet/minecraft/class_3057$class_3058;named DESTROYLnet/minecraft/server/command/FillCommand$Mode;DESTROY:Lnet/minecraft/server/command/FillCommand$Mode;
-
-
Field Details
-
filter
- Mappings:
Namespace Name Mixin selector official eLyd$a;e:Lzi$a;intermediary field_13654Lnet/minecraft/class_3057$class_3058;field_13654:Lnet/minecraft/class_3119$class_3120;named filterLnet/minecraft/server/command/FillCommand$Mode;filter:Lnet/minecraft/server/command/SetBlockCommand$Filter;
-
-
Constructor Details
-
Mode
- Mappings:
Namespace Name Mixin selector official <init>Lyd$a;<init>(Ljava/lang/String;ILzi$a;)Vintermediary <init>Lnet/minecraft/class_3057$class_3058;<init>(Ljava/lang/String;ILnet/minecraft/class_3119$class_3120;)Vnamed <init>Lnet/minecraft/server/command/FillCommand$Mode;<init>(Ljava/lang/String;ILnet/minecraft/server/command/SetBlockCommand$Filter;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-