Package net.minecraft
Enum Class class_9206
- All Implemented Interfaces:
Serializable
,Comparable<class_9206>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official dlr
intermediary net/minecraft/class_9206
named net/minecraft/class_9206
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
private final String
private final class_9206.class_9207
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
class_9206
(String string, class_9206.class_9207 class_9207) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.int
private void
method_56802
(ServerWorld serverWorld, BlockPos blockPos, ItemStack itemStack, float float2) method_56803
(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9204 class_9204, class_9205 class_9205) private static class_9206
method_56804
(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9204 class_9204, class_9205 class_9205, double double2) protected void
method_56805
(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9205 class_9205) void
method_56806
(ServerWorld serverWorld, BlockPos blockPos, class_9206 class_9206, class_9203 class_9203, class_9205 class_9205) protected void
method_56808
(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9205 class_9205) static class_9206
Returns the enum constant of this class with the specified name.static class_9206[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INACTIVE
- Mappings:
Namespace Name Mixin selector official a
Ldlr;a:Ldlr;
intermediary field_48899
Lnet/minecraft/class_9206;field_48899:Lnet/minecraft/class_9206;
named INACTIVE
Lnet/minecraft/class_9206;INACTIVE:Lnet/minecraft/class_9206;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector official b
Ldlr;b:Ldlr;
intermediary field_48900
Lnet/minecraft/class_9206;field_48900:Lnet/minecraft/class_9206;
named ACTIVE
Lnet/minecraft/class_9206;ACTIVE:Lnet/minecraft/class_9206;
-
UNLOCKING
- Mappings:
Namespace Name Mixin selector official c
Ldlr;c:Ldlr;
intermediary field_48901
Lnet/minecraft/class_9206;field_48901:Lnet/minecraft/class_9206;
named UNLOCKING
Lnet/minecraft/class_9206;UNLOCKING:Lnet/minecraft/class_9206;
-
EJECTING
- Mappings:
Namespace Name Mixin selector official d
Ldlr;d:Ldlr;
intermediary field_48902
Lnet/minecraft/class_9206;field_48902:Lnet/minecraft/class_9206;
named EJECTING
Lnet/minecraft/class_9206;EJECTING:Lnet/minecraft/class_9206;
-
-
Field Details
-
field_48903
private static final int field_48903- See Also:
- Mappings:
Namespace Name Mixin selector official e
Ldlr;e:I
intermediary field_48903
Lnet/minecraft/class_9206;field_48903:I
named field_48903
Lnet/minecraft/class_9206;field_48903:I
-
field_48904
private static final int field_48904- See Also:
- Mappings:
Namespace Name Mixin selector official f
Ldlr;f:I
intermediary field_48904
Lnet/minecraft/class_9206;field_48904:I
named field_48904
Lnet/minecraft/class_9206;field_48904:I
-
field_48905
private static final int field_48905- See Also:
- Mappings:
Namespace Name Mixin selector official g
Ldlr;g:I
intermediary field_48905
Lnet/minecraft/class_9206;field_48905:I
named field_48905
Lnet/minecraft/class_9206;field_48905:I
-
field_48906
private static final int field_48906- See Also:
- Mappings:
Namespace Name Mixin selector official h
Ldlr;h:I
intermediary field_48906
Lnet/minecraft/class_9206;field_48906:I
named field_48906
Lnet/minecraft/class_9206;field_48906:I
-
field_48907
- Mappings:
Namespace Name Mixin selector official i
Ldlr;i:Ljava/lang/String;
intermediary field_48907
Lnet/minecraft/class_9206;field_48907:Ljava/lang/String;
named field_48907
Lnet/minecraft/class_9206;field_48907:Ljava/lang/String;
-
field_48908
- Mappings:
Namespace Name Mixin selector official j
Ldlr;j:Ldlr$a;
intermediary field_48908
Lnet/minecraft/class_9206;field_48908:Lnet/minecraft/class_9206$class_9207;
named field_48908
Lnet/minecraft/class_9206;field_48908:Lnet/minecraft/class_9206$class_9207;
-
-
Constructor Details
-
class_9206
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laxg;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
method_56801
public int method_56801()- Mappings:
Namespace Name Mixin selector official a
Ldlr;a()I
intermediary method_56801
Lnet/minecraft/class_9206;method_56801()I
named method_56801
Lnet/minecraft/class_9206;method_56801()I
-
method_56803
public class_9206 method_56803(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9204 class_9204, class_9205 class_9205) - Mappings:
Namespace Name Mixin selector official a
Ldlr;a(Lapa;Lib;Ldlo;Ldlp;Ldlq;)Ldlr;
intermediary method_56803
Lnet/minecraft/class_9206;method_56803(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_9203;Lnet/minecraft/class_9204;Lnet/minecraft/class_9205;)Lnet/minecraft/class_9206;
named method_56803
Lnet/minecraft/class_9206;method_56803(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_9203;Lnet/minecraft/class_9204;Lnet/minecraft/class_9205;)Lnet/minecraft/class_9206;
-
method_56804
private static class_9206 method_56804(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9204 class_9204, class_9205 class_9205, double double2) - Mappings:
Namespace Name Mixin selector official a
Ldlr;a(Lapa;Lib;Ldlo;Ldlp;Ldlq;D)Ldlr;
intermediary method_56804
Lnet/minecraft/class_9206;method_56804(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_9203;Lnet/minecraft/class_9204;Lnet/minecraft/class_9205;D)Lnet/minecraft/class_9206;
named method_56804
Lnet/minecraft/class_9206;method_56804(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_9203;Lnet/minecraft/class_9204;Lnet/minecraft/class_9205;D)Lnet/minecraft/class_9206;
-
method_56806
public void method_56806(ServerWorld serverWorld, BlockPos blockPos, class_9206 class_9206, class_9203 class_9203, class_9205 class_9205) - Mappings:
Namespace Name Mixin selector official a
Ldlr;a(Lapa;Lib;Ldlr;Ldlo;Ldlq;)V
intermediary method_56806
Lnet/minecraft/class_9206;method_56806(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_9206;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
named method_56806
Lnet/minecraft/class_9206;method_56806(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_9206;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
-
method_56805
protected void method_56805(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9205 class_9205) - Mappings:
Namespace Name Mixin selector official a
Ldlr;a(Lapa;Lib;Ldlo;Ldlq;)V
intermediary method_56805
Lnet/minecraft/class_9206;method_56805(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
named method_56805
Lnet/minecraft/class_9206;method_56805(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
-
method_56808
protected void method_56808(ServerWorld serverWorld, BlockPos blockPos, class_9203 class_9203, class_9205 class_9205) - Mappings:
Namespace Name Mixin selector official b
Ldlr;b(Lapa;Lib;Ldlo;Ldlq;)V
intermediary method_56808
Lnet/minecraft/class_9206;method_56808(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
named method_56808
Lnet/minecraft/class_9206;method_56808(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_9203;Lnet/minecraft/class_9205;)V
-
method_56802
private void method_56802(ServerWorld serverWorld, BlockPos blockPos, ItemStack itemStack, float float2) - Mappings:
Namespace Name Mixin selector official a
Ldlr;a(Lapa;Lib;Lcpq;F)V
intermediary method_56802
Lnet/minecraft/class_9206;method_56802(Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;F)V
named method_56802
Lnet/minecraft/class_9206;method_56802(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/item/ItemStack;F)V
-