Enum Class ActionResult.class_9861

java.lang.Object
java.lang.Enum<ActionResult.class_9861>
net.minecraft.util.ActionResult.class_9861
All Implemented Interfaces:
Serializable, Comparable<ActionResult.class_9861>, Constable
Enclosing interface:
ActionResult

public static enum ActionResult.class_9861 extends Enum<ActionResult.class_9861>
Mappings:
Namespace Name
named net/minecraft/util/ActionResult$class_9861
intermediary net/minecraft/class_1269$class_9861
official brk$e
  • Enum Constant Details

    • NONE

      public static final ActionResult.class_9861 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/util/ActionResult$class_9861;NONE:Lnet/minecraft/util/ActionResult$class_9861;
      intermediary field_52426 Lnet/minecraft/class_1269$class_9861;field_52426:Lnet/minecraft/class_1269$class_9861;
      official a Lbrk$e;a:Lbrk$e;
    • CLIENT

      public static final ActionResult.class_9861 CLIENT
      Mappings:
      Namespace Name Mixin selector
      named CLIENT Lnet/minecraft/util/ActionResult$class_9861;CLIENT:Lnet/minecraft/util/ActionResult$class_9861;
      intermediary field_52427 Lnet/minecraft/class_1269$class_9861;field_52427:Lnet/minecraft/class_1269$class_9861;
      official b Lbrk$e;b:Lbrk$e;
    • SERVER

      public static final ActionResult.class_9861 SERVER
      Mappings:
      Namespace Name Mixin selector
      named SERVER Lnet/minecraft/util/ActionResult$class_9861;SERVER:Lnet/minecraft/util/ActionResult$class_9861;
      intermediary field_52428 Lnet/minecraft/class_1269$class_9861;field_52428:Lnet/minecraft/class_1269$class_9861;
      official c Lbrk$e;c:Lbrk$e;
  • Constructor Details

    • class_9861

      private class_9861()
  • Method Details

    • values

      public static ActionResult.class_9861[] 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 ActionResult.class_9861 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