Package net.minecraft

Enum Class class_9062

java.lang.Object
java.lang.Enum<class_9062>
net.minecraft.class_9062
All Implemented Interfaces:
Serializable, Comparable<class_9062>, Constable

public enum class_9062 extends Enum<class_9062>
Mappings:
Namespace Name
official bke
intermediary net/minecraft/class_9062
named net/minecraft/class_9062
  • Enum Constant Details

    • SUCCESS

      public static final class_9062 SUCCESS
      Mappings:
      Namespace Name Mixin selector
      official a Lbke;a:Lbke;
      intermediary field_47728 Lnet/minecraft/class_9062;field_47728:Lnet/minecraft/class_9062;
      named SUCCESS Lnet/minecraft/class_9062;SUCCESS:Lnet/minecraft/class_9062;
    • CONSUME

      public static final class_9062 CONSUME
      Mappings:
      Namespace Name Mixin selector
      official b Lbke;b:Lbke;
      intermediary field_47729 Lnet/minecraft/class_9062;field_47729:Lnet/minecraft/class_9062;
      named CONSUME Lnet/minecraft/class_9062;CONSUME:Lnet/minecraft/class_9062;
    • CONSUME_PARTIAL

      public static final class_9062 CONSUME_PARTIAL
      Mappings:
      Namespace Name Mixin selector
      official c Lbke;c:Lbke;
      intermediary field_47730 Lnet/minecraft/class_9062;field_47730:Lnet/minecraft/class_9062;
      named CONSUME_PARTIAL Lnet/minecraft/class_9062;CONSUME_PARTIAL:Lnet/minecraft/class_9062;
    • PASS_TO_DEFAULT_BLOCK_INTERACTION

      public static final class_9062 PASS_TO_DEFAULT_BLOCK_INTERACTION
      Mappings:
      Namespace Name Mixin selector
      official d Lbke;d:Lbke;
      intermediary field_47731 Lnet/minecraft/class_9062;field_47731:Lnet/minecraft/class_9062;
      named PASS_TO_DEFAULT_BLOCK_INTERACTION Lnet/minecraft/class_9062;PASS_TO_DEFAULT_BLOCK_INTERACTION:Lnet/minecraft/class_9062;
    • SKIP_DEFAULT_BLOCK_INTERACTION

      public static final class_9062 SKIP_DEFAULT_BLOCK_INTERACTION
      Mappings:
      Namespace Name Mixin selector
      official e Lbke;e:Lbke;
      intermediary field_47732 Lnet/minecraft/class_9062;field_47732:Lnet/minecraft/class_9062;
      named SKIP_DEFAULT_BLOCK_INTERACTION Lnet/minecraft/class_9062;SKIP_DEFAULT_BLOCK_INTERACTION:Lnet/minecraft/class_9062;
    • FAIL

      public static final class_9062 FAIL
      Mappings:
      Namespace Name Mixin selector
      official f Lbke;f:Lbke;
      intermediary field_47733 Lnet/minecraft/class_9062;field_47733:Lnet/minecraft/class_9062;
      named FAIL Lnet/minecraft/class_9062;FAIL:Lnet/minecraft/class_9062;
  • Constructor Details

    • class_9062

      private class_9062()
  • Method Details

    • values

      public static class_9062[] 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 class_9062 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
    • method_55643

      public boolean method_55643()
      Mappings:
      Namespace Name Mixin selector
      official a Lbke;a()Z
      intermediary method_55643 Lnet/minecraft/class_9062;method_55643()Z
      named method_55643 Lnet/minecraft/class_9062;method_55643()Z
    • method_55644

      public static class_9062 method_55644(boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official a Lbke;a(Z)Lbke;
      intermediary method_55644 Lnet/minecraft/class_9062;method_55644(Z)Lnet/minecraft/class_9062;
      named method_55644 Lnet/minecraft/class_9062;method_55644(Z)Lnet/minecraft/class_9062;
    • method_55645

      public ActionResult method_55645()
      Mappings:
      Namespace Name Mixin selector
      official b Lbke;b()Lbkc;
      intermediary method_55645 Lnet/minecraft/class_9062;method_55645()Lnet/minecraft/class_1269;
      named method_55645 Lnet/minecraft/class_9062;method_55645()Lnet/minecraft/util/ActionResult;