Package net.minecraft
Enum Class class_10473.class_10474
- All Implemented Interfaces:
Serializable,Comparable<class_10473.class_10474>,Constable,StringIdentifiable
- Enclosing class:
class_10473
@Environment(CLIENT)
public static enum class_10473.class_10474
extends Enum<class_10473.class_10474>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_10473$class_10474intermediary net/minecraft/class_10473$class_10474official hch$a
-
Nested Class Summary
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 Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10473.class_10474> private final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.method_65656(ClientWorld clientWorld, ItemStack itemStack, Entity entity) static class_10473.class_10474Returns the enum constant of this class with the specified name.static class_10473.class_10474[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LODESTONE
- Mappings:
Namespace Name Mixin selector named LODESTONELnet/minecraft/class_10473$class_10474;LODESTONE:Lnet/minecraft/class_10473$class_10474;intermediary field_55390Lnet/minecraft/class_10473$class_10474;field_55390:Lnet/minecraft/class_10473$class_10474;official aLhch$a;a:Lhch$a;
-
SPAWN
- Mappings:
Namespace Name Mixin selector named SPAWNLnet/minecraft/class_10473$class_10474;SPAWN:Lnet/minecraft/class_10473$class_10474;intermediary field_55391Lnet/minecraft/class_10473$class_10474;field_55391:Lnet/minecraft/class_10473$class_10474;official bLhch$a;b:Lhch$a;
-
RECOVERY
- Mappings:
Namespace Name Mixin selector named RECOVERYLnet/minecraft/class_10473$class_10474;RECOVERY:Lnet/minecraft/class_10473$class_10474;intermediary field_55392Lnet/minecraft/class_10473$class_10474;field_55392:Lnet/minecraft/class_10473$class_10474;official cLhch$a;c:Lhch$a;
-
-
Field Details
-
field_55393
- Mappings:
Namespace Name Mixin selector named field_55393Lnet/minecraft/class_10473$class_10474;field_55393:Lcom/mojang/serialization/Codec;intermediary field_55393Lnet/minecraft/class_10473$class_10474;field_55393:Lcom/mojang/serialization/Codec;official dLhch$a;d:Lcom/mojang/serialization/Codec;
-
field_55394
- Mappings:
Namespace Name Mixin selector named field_55394Lnet/minecraft/class_10473$class_10474;field_55394:Ljava/lang/String;intermediary field_55394Lnet/minecraft/class_10473$class_10474;field_55394:Ljava/lang/String;official eLhch$a;e:Ljava/lang/String;
-
-
Constructor Details
-
class_10474
-
-
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:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLazv;c()Ljava/lang/String;
-
method_65656
@Nullable abstract @Nullable GlobalPos method_65656(ClientWorld clientWorld, ItemStack itemStack, Entity entity) - Mappings:
Namespace Name Mixin selector named method_65656Lnet/minecraft/class_10473$class_10474;method_65656(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/math/GlobalPos;intermediary method_65656Lnet/minecraft/class_10473$class_10474;method_65656(Lnet/minecraft/class_638;Lnet/minecraft/class_1799;Lnet/minecraft/class_1297;)Lnet/minecraft/class_4208;official aLhch$a;a(Lgfy;Lcwp;Lbuk;)Ljq;
-