Package net.minecraft.server.command
Enum Class FillCommand.class_4423
- All Implemented Interfaces:
Serializable,Comparable<FillCommand.class_4423>,Constable
- Enclosing class:
- FillCommand
- Mappings:
Namespace Name official qo$aintermediary net/minecraft/class_2170$class_4423named net/minecraft/server/command/FillCommand$class_4423
-
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.class_4423Returns the enum constant of this class with the specified name.static FillCommand.class_4423[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_21748
- Mappings:
Namespace Name Mixin selector official aLqo$a;a:Lqo$a;intermediary field_21748Lnet/minecraft/class_2170$class_4423;field_21748:Lnet/minecraft/class_2170$class_4423;named field_21748Lnet/minecraft/server/command/FillCommand$class_4423;field_21748:Lnet/minecraft/server/command/FillCommand$class_4423;
-
field_21749
- Mappings:
Namespace Name Mixin selector official bLqo$a;b:Lqo$a;intermediary field_21749Lnet/minecraft/class_2170$class_4423;field_21749:Lnet/minecraft/class_2170$class_4423;named field_21749Lnet/minecraft/server/command/FillCommand$class_4423;field_21749:Lnet/minecraft/server/command/FillCommand$class_4423;
-
field_21750
- Mappings:
Namespace Name Mixin selector official cLqo$a;c:Lqo$a;intermediary field_21750Lnet/minecraft/class_2170$class_4423;field_21750:Lnet/minecraft/class_2170$class_4423;named field_21750Lnet/minecraft/server/command/FillCommand$class_4423;field_21750:Lnet/minecraft/server/command/FillCommand$class_4423;
-
field_21751
- Mappings:
Namespace Name Mixin selector official dLqo$a;d:Lqo$a;intermediary field_21751Lnet/minecraft/class_2170$class_4423;field_21751:Lnet/minecraft/class_2170$class_4423;named field_21751Lnet/minecraft/server/command/FillCommand$class_4423;field_21751:Lnet/minecraft/server/command/FillCommand$class_4423;
-
-
Field Details
-
field_21752
- Mappings:
Namespace Name Mixin selector official eLqo$a;e:Lrp$a;intermediary field_21752Lnet/minecraft/class_2170$class_4423;field_21752:Lnet/minecraft/class_1860$class_4427;named field_21752Lnet/minecraft/server/command/FillCommand$class_4423;field_21752:Lnet/minecraft/server/command/SetBlockCommand$class_4427;
-
-
Constructor Details
-
class_4423
-
-
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
-