Package net.minecraft
Enum Class class_8967
- All Implemented Interfaces:
Serializable,Comparable<class_8967>,Constable,StringIdentifiable
- Mappings:
Namespace Name official dicintermediary net/minecraft/class_8967named net/minecraft/class_8967
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static interfaceprivate static classNested 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 floatprivate static final intprivate final Stringprivate final intprivate final doubleprivate final class_8967.class_8969private final booleanFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_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.intvoidmethod_55210(World world, BlockPos blockPos) (package private) class_8967method_55214(BlockPos blockPos, class_8963 class_8963, ServerWorld serverWorld) doublebooleanbooleanstatic class_8967Returns 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 aLdic;a:Ldic;intermediary field_47383Lnet/minecraft/class_8967;field_47383:Lnet/minecraft/class_8967;named INACTIVELnet/minecraft/class_8967;INACTIVE:Lnet/minecraft/class_8967;
-
WAITING_FOR_PLAYERS
- Mappings:
Namespace Name Mixin selector official bLdic;b:Ldic;intermediary field_47384Lnet/minecraft/class_8967;field_47384:Lnet/minecraft/class_8967;named WAITING_FOR_PLAYERSLnet/minecraft/class_8967;WAITING_FOR_PLAYERS:Lnet/minecraft/class_8967;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector official cLdic;c:Ldic;intermediary field_47385Lnet/minecraft/class_8967;field_47385:Lnet/minecraft/class_8967;named ACTIVELnet/minecraft/class_8967;ACTIVE:Lnet/minecraft/class_8967;
-
WAITING_FOR_REWARD_EJECTION
- Mappings:
Namespace Name Mixin selector official dLdic;d:Ldic;intermediary field_47386Lnet/minecraft/class_8967;field_47386:Lnet/minecraft/class_8967;named WAITING_FOR_REWARD_EJECTIONLnet/minecraft/class_8967;WAITING_FOR_REWARD_EJECTION:Lnet/minecraft/class_8967;
-
EJECTING_REWARD
- Mappings:
Namespace Name Mixin selector official eLdic;e:Ldic;intermediary field_47387Lnet/minecraft/class_8967;field_47387:Lnet/minecraft/class_8967;named EJECTING_REWARDLnet/minecraft/class_8967;EJECTING_REWARD:Lnet/minecraft/class_8967;
-
COOLDOWN
- Mappings:
Namespace Name Mixin selector official fLdic;f:Ldic;intermediary field_47388Lnet/minecraft/class_8967;field_47388:Lnet/minecraft/class_8967;named COOLDOWNLnet/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 gLdic;g:Fintermediary field_47389Lnet/minecraft/class_8967;field_47389:Fnamed field_47389Lnet/minecraft/class_8967;field_47389:F
-
field_47390
private static final int field_47390- Mappings:
Namespace Name Mixin selector official hLdic;h:Iintermediary field_47390Lnet/minecraft/class_8967;field_47390:Inamed field_47390Lnet/minecraft/class_8967;field_47390:I
-
field_47391
- Mappings:
Namespace Name Mixin selector official iLdic;i:Ljava/lang/String;intermediary field_47391Lnet/minecraft/class_8967;field_47391:Ljava/lang/String;named field_47391Lnet/minecraft/class_8967;field_47391:Ljava/lang/String;
-
field_47392
private final int field_47392- Mappings:
Namespace Name Mixin selector official jLdic;j:Iintermediary field_47392Lnet/minecraft/class_8967;field_47392:Inamed field_47392Lnet/minecraft/class_8967;field_47392:I
-
field_47393
private final double field_47393- Mappings:
Namespace Name Mixin selector official kLdic;k:Dintermediary field_47393Lnet/minecraft/class_8967;field_47393:Dnamed field_47393Lnet/minecraft/class_8967;field_47393:D
-
field_47394
- Mappings:
Namespace Name Mixin selector official lLdic;l:Ldic$b;intermediary field_47394Lnet/minecraft/class_8967;field_47394:Lnet/minecraft/class_8967$class_8969;named field_47394Lnet/minecraft/class_8967;field_47394:Lnet/minecraft/class_8967$class_8969;
-
field_47395
private final boolean field_47395- Mappings:
Namespace Name Mixin selector official mLdic;m:Zintermediary field_47395Lnet/minecraft/class_8967;field_47395:Znamed field_47395Lnet/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 aLdic;a(Lhv;Ldhz;Lamp;)Ldic;intermediary method_55214Lnet/minecraft/class_8967;method_55214(Lnet/minecraft/class_2338;Lnet/minecraft/class_8963;Lnet/minecraft/class_3218;)Lnet/minecraft/class_8967;named method_55214Lnet/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 aLdic;a()Iintermediary method_55209Lnet/minecraft/class_8967;method_55209()Inamed method_55209Lnet/minecraft/class_8967;method_55209()I
-
method_55215
public double method_55215()- Mappings:
Namespace Name Mixin selector official bLdic;b()Dintermediary method_55215Lnet/minecraft/class_8967;method_55215()Dnamed method_55215Lnet/minecraft/class_8967;method_55215()D
-
method_55216
public boolean method_55216()- Mappings:
Namespace Name Mixin selector official dLdic;d()Zintermediary method_55216Lnet/minecraft/class_8967;method_55216()Znamed method_55216Lnet/minecraft/class_8967;method_55216()Z
-
method_55217
public boolean method_55217()- Mappings:
Namespace Name Mixin selector official eLdic;e()Zintermediary method_55217Lnet/minecraft/class_8967;method_55217()Znamed method_55217Lnet/minecraft/class_8967;method_55217()Z
-
method_55210
- Mappings:
Namespace Name Mixin selector official aLdic;a(Lcsy;Lhv;)Vintermediary method_55210Lnet/minecraft/class_8967;method_55210(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Vnamed method_55210Lnet/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:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLaut;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-