Package net.minecraft
Enum Class class_8967
- All Implemented Interfaces:
Serializable
,Comparable<class_8967>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official dic
intermediary net/minecraft/class_8967
named net/minecraft/class_8967
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static interface
private static class
Nested 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 ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final float
private static final int
private final String
private final int
private final double
private final class_8967.class_8969
private final boolean
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
class_8967
(String string, int int2, class_8967.class_8969 class_8969, double double2, boolean bool) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.int
void
method_55210
(World world, BlockPos blockPos) (package private) class_8967
method_55214
(BlockPos blockPos, class_8963 class_8963, ServerWorld serverWorld) double
boolean
boolean
static class_8967
Returns the enum constant of this class with the specified name.static class_8967[]
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
Ldic;a:Ldic;
intermediary field_47383
Lnet/minecraft/class_8967;field_47383:Lnet/minecraft/class_8967;
named INACTIVE
Lnet/minecraft/class_8967;INACTIVE:Lnet/minecraft/class_8967;
-
WAITING_FOR_PLAYERS
- Mappings:
Namespace Name Mixin selector official b
Ldic;b:Ldic;
intermediary field_47384
Lnet/minecraft/class_8967;field_47384:Lnet/minecraft/class_8967;
named WAITING_FOR_PLAYERS
Lnet/minecraft/class_8967;WAITING_FOR_PLAYERS:Lnet/minecraft/class_8967;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector official c
Ldic;c:Ldic;
intermediary field_47385
Lnet/minecraft/class_8967;field_47385:Lnet/minecraft/class_8967;
named ACTIVE
Lnet/minecraft/class_8967;ACTIVE:Lnet/minecraft/class_8967;
-
WAITING_FOR_REWARD_EJECTION
- Mappings:
Namespace Name Mixin selector official d
Ldic;d:Ldic;
intermediary field_47386
Lnet/minecraft/class_8967;field_47386:Lnet/minecraft/class_8967;
named WAITING_FOR_REWARD_EJECTION
Lnet/minecraft/class_8967;WAITING_FOR_REWARD_EJECTION:Lnet/minecraft/class_8967;
-
EJECTING_REWARD
- Mappings:
Namespace Name Mixin selector official e
Ldic;e:Ldic;
intermediary field_47387
Lnet/minecraft/class_8967;field_47387:Lnet/minecraft/class_8967;
named EJECTING_REWARD
Lnet/minecraft/class_8967;EJECTING_REWARD:Lnet/minecraft/class_8967;
-
COOLDOWN
- Mappings:
Namespace Name Mixin selector official f
Ldic;f:Ldic;
intermediary field_47388
Lnet/minecraft/class_8967;field_47388:Lnet/minecraft/class_8967;
named COOLDOWN
Lnet/minecraft/class_8967;COOLDOWN:Lnet/minecraft/class_8967;
-
-
Field Details
-
field_47389
private static final float field_47389- See Also:
- Mappings:
Namespace Name Mixin selector official g
Ldic;g:F
intermediary field_47389
Lnet/minecraft/class_8967;field_47389:F
named field_47389
Lnet/minecraft/class_8967;field_47389:F
-
field_47390
private static final int field_47390- Mappings:
Namespace Name Mixin selector official h
Ldic;h:I
intermediary field_47390
Lnet/minecraft/class_8967;field_47390:I
named field_47390
Lnet/minecraft/class_8967;field_47390:I
-
field_47391
- Mappings:
Namespace Name Mixin selector official i
Ldic;i:Ljava/lang/String;
intermediary field_47391
Lnet/minecraft/class_8967;field_47391:Ljava/lang/String;
named field_47391
Lnet/minecraft/class_8967;field_47391:Ljava/lang/String;
-
field_47392
private final int field_47392- Mappings:
Namespace Name Mixin selector official j
Ldic;j:I
intermediary field_47392
Lnet/minecraft/class_8967;field_47392:I
named field_47392
Lnet/minecraft/class_8967;field_47392:I
-
field_47393
private final double field_47393- Mappings:
Namespace Name Mixin selector official k
Ldic;k:D
intermediary field_47393
Lnet/minecraft/class_8967;field_47393:D
named field_47393
Lnet/minecraft/class_8967;field_47393:D
-
field_47394
- Mappings:
Namespace Name Mixin selector official l
Ldic;l:Ldic$b;
intermediary field_47394
Lnet/minecraft/class_8967;field_47394:Lnet/minecraft/class_8967$class_8969;
named field_47394
Lnet/minecraft/class_8967;field_47394:Lnet/minecraft/class_8967$class_8969;
-
field_47395
private final boolean field_47395- Mappings:
Namespace Name Mixin selector official m
Ldic;m:Z
intermediary field_47395
Lnet/minecraft/class_8967;field_47395:Z
named field_47395
Lnet/minecraft/class_8967;field_47395:Z
-
-
Constructor Details
-
class_8967
private class_8967(String string, int int2, class_8967.class_8969 class_8969, double double2, boolean bool)
-
-
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_55214
- Mappings:
Namespace Name Mixin selector official a
Ldic;a(Lhv;Ldhz;Lamp;)Ldic;
intermediary method_55214
Lnet/minecraft/class_8967;method_55214(Lnet/minecraft/class_2338;Lnet/minecraft/class_8963;Lnet/minecraft/class_3218;)Lnet/minecraft/class_8967;
named method_55214
Lnet/minecraft/class_8967;method_55214(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/class_8963;Lnet/minecraft/server/world/ServerWorld;)Lnet/minecraft/class_8967;
-
method_55209
public int method_55209()- Mappings:
Namespace Name Mixin selector official a
Ldic;a()I
intermediary method_55209
Lnet/minecraft/class_8967;method_55209()I
named method_55209
Lnet/minecraft/class_8967;method_55209()I
-
method_55215
public double method_55215()- Mappings:
Namespace Name Mixin selector official b
Ldic;b()D
intermediary method_55215
Lnet/minecraft/class_8967;method_55215()D
named method_55215
Lnet/minecraft/class_8967;method_55215()D
-
method_55216
public boolean method_55216()- Mappings:
Namespace Name Mixin selector official d
Ldic;d()Z
intermediary method_55216
Lnet/minecraft/class_8967;method_55216()Z
named method_55216
Lnet/minecraft/class_8967;method_55216()Z
-
method_55217
public boolean method_55217()- Mappings:
Namespace Name Mixin selector official e
Ldic;e()Z
intermediary method_55217
Lnet/minecraft/class_8967;method_55217()Z
named method_55217
Lnet/minecraft/class_8967;method_55217()Z
-
method_55210
- Mappings:
Namespace Name Mixin selector official a
Ldic;a(Lcsy;Lhv;)V
intermediary method_55210
Lnet/minecraft/class_8967;method_55210(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
named method_55210
Lnet/minecraft/class_8967;method_55210(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
-
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
Laut;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;
-