Package net.minecraft
Enum Class class_9062
- All Implemented Interfaces:
Serializable
,Comparable<class_9062>
,Constable
- Mappings:
Namespace Name official bke
intermediary net/minecraft/class_9062
named net/minecraft/class_9062
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static class_9062
method_55644
(boolean bool) static class_9062
Returns the enum constant of this class with the specified name.static class_9062[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
- 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
- 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
- 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
- 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
- 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
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
-
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
- 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
- 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;
-