Enum Class CompassState.Target
java.lang.Object
java.lang.Enum<CompassState.Target>
net.minecraft.client.render.item.property.numeric.CompassState.Target
- All Implemented Interfaces:
Serializable
,Comparable<CompassState.Target>
,Constable
,StringIdentifiable
- Enclosing class:
CompassState
@Environment(CLIENT)
public static enum CompassState.Target
extends Enum<CompassState.Target>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/render/item/property/numeric/CompassState$Target
intermediary net/minecraft/class_10473$class_10474
official hcm$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
<CompassState.Target> private final String
Fields 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.getPosition
(ClientWorld world, ItemStack stack, Entity holder) static CompassState.Target
Returns the enum constant of this class with the specified name.static CompassState.Target[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;NONE:Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;
intermediary field_55555
Lnet/minecraft/class_10473$class_10474;field_55555:Lnet/minecraft/class_10473$class_10474;
official a
Lhcm$a;a:Lhcm$a;
-
LODESTONE
- Mappings:
Namespace Name Mixin selector named LODESTONE
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;LODESTONE:Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;
intermediary field_55390
Lnet/minecraft/class_10473$class_10474;field_55390:Lnet/minecraft/class_10473$class_10474;
official b
Lhcm$a;b:Lhcm$a;
-
SPAWN
- Mappings:
Namespace Name Mixin selector named SPAWN
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;SPAWN:Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;
intermediary field_55391
Lnet/minecraft/class_10473$class_10474;field_55391:Lnet/minecraft/class_10473$class_10474;
official c
Lhcm$a;c:Lhcm$a;
-
RECOVERY
- Mappings:
Namespace Name Mixin selector named RECOVERY
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;RECOVERY:Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;
intermediary field_55392
Lnet/minecraft/class_10473$class_10474;field_55392:Lnet/minecraft/class_10473$class_10474;
official d
Lhcm$a;d:Lhcm$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_55393
Lnet/minecraft/class_10473$class_10474;field_55393:Lcom/mojang/serialization/Codec;
official e
Lhcm$a;e:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;name:Ljava/lang/String;
intermediary field_55394
Lnet/minecraft/class_10473$class_10474;field_55394:Ljava/lang/String;
official f
Lhcm$a;f:Ljava/lang/String;
-
-
Constructor Details
-
Target
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_10473$class_10474;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lhcm$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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 named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazv;c()Ljava/lang/String;
-
getPosition
@Nullable abstract @Nullable GlobalPos getPosition(ClientWorld world, ItemStack stack, Entity holder) - Mappings:
Namespace Name Mixin selector named getPosition
Lnet/minecraft/client/render/item/property/numeric/CompassState$Target;getPosition(Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/Entity;)Lnet/minecraft/util/math/GlobalPos;
intermediary method_65656
Lnet/minecraft/class_10473$class_10474;method_65656(Lnet/minecraft/class_638;Lnet/minecraft/class_1799;Lnet/minecraft/class_1297;)Lnet/minecraft/class_4208;
official a
Lhcm$a;a(Lgga;Lcwq;Lbum;)Ljq;
-