Package net.minecraft.server.command
Enum Class SetBlockCommand.class_4428
- All Implemented Interfaces:
Serializable,Comparable<SetBlockCommand.class_4428>,Constable
- Enclosing class:
- SetBlockCommand
- Mappings:
Namespace Name official rp$bintermediary net/minecraft/class_1860$class_4428named net/minecraft/server/command/SetBlockCommand$class_4428
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetBlockCommand.class_4428Returns the enum constant of this class with the specified name.static SetBlockCommand.class_4428[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_21784
- Mappings:
Namespace Name Mixin selector official aLrp$b;a:Lrp$b;intermediary field_21784Lnet/minecraft/class_1860$class_4428;field_21784:Lnet/minecraft/class_1860$class_4428;named field_21784Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21784:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
-
field_21785
- Mappings:
Namespace Name Mixin selector official bLrp$b;b:Lrp$b;intermediary field_21785Lnet/minecraft/class_1860$class_4428;field_21785:Lnet/minecraft/class_1860$class_4428;named field_21785Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21785:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
-
field_21786
- Mappings:
Namespace Name Mixin selector official cLrp$b;c:Lrp$b;intermediary field_21786Lnet/minecraft/class_1860$class_4428;field_21786:Lnet/minecraft/class_1860$class_4428;named field_21786Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21786:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
-
field_21787
- Mappings:
Namespace Name Mixin selector official dLrp$b;d:Lrp$b;intermediary field_21787Lnet/minecraft/class_1860$class_4428;field_21787:Lnet/minecraft/class_1860$class_4428;named field_21787Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21787:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
-
-
Constructor Details
-
class_4428
private class_4428()
-
-
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
-