Enum Class SetBlockCommand.Mode

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

public static enum SetBlockCommand.Mode extends Enum<SetBlockCommand.Mode>
Mappings:
Namespace Name
official afk$b
intermediary net/minecraft/class_3119$class_3121
named net/minecraft/server/command/SetBlockCommand$Mode
  • Enum Constant Details

    • REPLACE

      public static final SetBlockCommand.Mode REPLACE
      Mappings:
      Namespace Name Mixin selector
      official a Lafk$b;a:Lafk$b;
      intermediary field_13722 Lnet/minecraft/class_3119$class_3121;field_13722:Lnet/minecraft/class_3119$class_3121;
      named REPLACE Lnet/minecraft/server/command/SetBlockCommand$Mode;REPLACE:Lnet/minecraft/server/command/SetBlockCommand$Mode;
    • DESTROY

      public static final SetBlockCommand.Mode DESTROY
      Mappings:
      Namespace Name Mixin selector
      official b Lafk$b;b:Lafk$b;
      intermediary field_13721 Lnet/minecraft/class_3119$class_3121;field_13721:Lnet/minecraft/class_3119$class_3121;
      named DESTROY Lnet/minecraft/server/command/SetBlockCommand$Mode;DESTROY:Lnet/minecraft/server/command/SetBlockCommand$Mode;
  • Constructor Details

    • Mode

      private Mode()
  • Method Details

    • values

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