Enum Class SetBlockCommand.class_4428

java.lang.Object
java.lang.Enum<SetBlockCommand.class_4428>
net.minecraft.server.command.SetBlockCommand.class_4428
All Implemented Interfaces:
Serializable, Comparable<SetBlockCommand.class_4428>, Constable
Enclosing class:
SetBlockCommand

public static enum SetBlockCommand.class_4428 extends Enum<SetBlockCommand.class_4428>
Mappings:
Namespace Name
official rp$b
intermediary net/minecraft/class_1860$class_4428
named net/minecraft/server/command/SetBlockCommand$class_4428
  • Enum Constant Details

    • field_21784

      public static final SetBlockCommand.class_4428 field_21784
      Mappings:
      Namespace Name Mixin selector
      official a Lrp$b;a:Lrp$b;
      intermediary field_21784 Lnet/minecraft/class_1860$class_4428;field_21784:Lnet/minecraft/class_1860$class_4428;
      named field_21784 Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21784:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
    • field_21785

      public static final SetBlockCommand.class_4428 field_21785
      Mappings:
      Namespace Name Mixin selector
      official b Lrp$b;b:Lrp$b;
      intermediary field_21785 Lnet/minecraft/class_1860$class_4428;field_21785:Lnet/minecraft/class_1860$class_4428;
      named field_21785 Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21785:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
    • field_21786

      public static final SetBlockCommand.class_4428 field_21786
      Mappings:
      Namespace Name Mixin selector
      official c Lrp$b;c:Lrp$b;
      intermediary field_21786 Lnet/minecraft/class_1860$class_4428;field_21786:Lnet/minecraft/class_1860$class_4428;
      named field_21786 Lnet/minecraft/server/command/SetBlockCommand$class_4428;field_21786:Lnet/minecraft/server/command/SetBlockCommand$class_4428;
    • field_21787

      public static final SetBlockCommand.class_4428 field_21787
      Mappings:
      Namespace Name Mixin selector
      official d Lrp$b;d:Lrp$b;
      intermediary field_21787 Lnet/minecraft/class_1860$class_4428;field_21787:Lnet/minecraft/class_1860$class_4428;
      named field_21787 Lnet/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

      public static SetBlockCommand.class_4428[] 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

      public static SetBlockCommand.class_4428 valueOf(String name)
      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 name
      NullPointerException - if the argument is null