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$Mode
intermediary net/minecraft/class_3057$class_3058
official anj$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FillCommand.Mode
Returns 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 REPLACE
Lnet/minecraft/server/command/FillCommand$Mode;REPLACE:Lnet/minecraft/server/command/FillCommand$Mode;
intermediary field_13655
Lnet/minecraft/class_3057$class_3058;field_13655:Lnet/minecraft/class_3057$class_3058;
official a
Lanj$a;a:Lanj$a;
-
OUTLINE
- Mappings:
Namespace Name Mixin selector named OUTLINE
Lnet/minecraft/server/command/FillCommand$Mode;OUTLINE:Lnet/minecraft/server/command/FillCommand$Mode;
intermediary field_13652
Lnet/minecraft/class_3057$class_3058;field_13652:Lnet/minecraft/class_3057$class_3058;
official b
Lanj$a;b:Lanj$a;
-
HOLLOW
- Mappings:
Namespace Name Mixin selector named HOLLOW
Lnet/minecraft/server/command/FillCommand$Mode;HOLLOW:Lnet/minecraft/server/command/FillCommand$Mode;
intermediary field_13656
Lnet/minecraft/class_3057$class_3058;field_13656:Lnet/minecraft/class_3057$class_3058;
official c
Lanj$a;c:Lanj$a;
-
DESTROY
- Mappings:
Namespace Name Mixin selector named DESTROY
Lnet/minecraft/server/command/FillCommand$Mode;DESTROY:Lnet/minecraft/server/command/FillCommand$Mode;
intermediary field_13651
Lnet/minecraft/class_3057$class_3058;field_13651:Lnet/minecraft/class_3057$class_3058;
official d
Lanj$a;d:Lanj$a;
-
-
Field Details
-
filter
- Mappings:
Namespace Name Mixin selector named filter
Lnet/minecraft/server/command/FillCommand$Mode;filter:Lnet/minecraft/server/command/SetBlockCommand$Filter;
intermediary field_13654
Lnet/minecraft/class_3057$class_3058;field_13654:Lnet/minecraft/class_3119$class_3120;
official e
Lanj$a;e:Laov$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/SetBlockCommand$Filter;)V
intermediary <init>
Lnet/minecraft/class_3057$class_3058;<init>(Ljava/lang/String;ILnet/minecraft/class_3119$class_3120;)V
official <init>
Lanj$a;<init>(Ljava/lang/String;ILaov$a;)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
-