Package net.minecraft
Enum Class class_9734.class_9736
- All Implemented Interfaces:
Serializable,Comparable<class_9734.class_9736>,Constable,StringIdentifiable
- Enclosing class:
class_9734
public static enum class_9734.class_9736
extends Enum<class_9734.class_9736>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_9734$class_9736intermediary net/minecraft/class_9734$class_9736official dam$b
-
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 TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9734.class_9736> private final Stringprivate final class_9734.class_9736.class_9737Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_9736(String string, class_9734.class_9736.class_9737 class_9737) -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.doublemethod_60259(double double2, float float2, Random random) static class_9734.class_9736Returns the enum constant of this class with the specified name.static class_9734.class_9736[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENTITY_POSITION
- Mappings:
Namespace Name Mixin selector named ENTITY_POSITIONLnet/minecraft/class_9734$class_9736;ENTITY_POSITION:Lnet/minecraft/class_9734$class_9736;intermediary field_51723Lnet/minecraft/class_9734$class_9736;field_51723:Lnet/minecraft/class_9734$class_9736;official aLdam$b;a:Ldam$b;
-
BOUNDING_BOX
- Mappings:
Namespace Name Mixin selector named BOUNDING_BOXLnet/minecraft/class_9734$class_9736;BOUNDING_BOX:Lnet/minecraft/class_9734$class_9736;intermediary field_51724Lnet/minecraft/class_9734$class_9736;field_51724:Lnet/minecraft/class_9734$class_9736;official bLdam$b;b:Ldam$b;
-
-
Field Details
-
field_51725
- Mappings:
Namespace Name Mixin selector named field_51725Lnet/minecraft/class_9734$class_9736;field_51725:Lcom/mojang/serialization/Codec;intermediary field_51725Lnet/minecraft/class_9734$class_9736;field_51725:Lcom/mojang/serialization/Codec;official cLdam$b;c:Lcom/mojang/serialization/Codec;
-
field_51726
- Mappings:
Namespace Name Mixin selector named field_51726Lnet/minecraft/class_9734$class_9736;field_51726:Ljava/lang/String;intermediary field_51726Lnet/minecraft/class_9734$class_9736;field_51726:Ljava/lang/String;official dLdam$b;d:Ljava/lang/String;
-
field_51727
- Mappings:
Namespace Name Mixin selector named field_51727Lnet/minecraft/class_9734$class_9736;field_51727:Lnet/minecraft/class_9734$class_9736$class_9737;intermediary field_51727Lnet/minecraft/class_9734$class_9736;field_51727:Lnet/minecraft/class_9734$class_9736$class_9737;official eLdam$b;e:Ldam$b$a;
-
-
Constructor Details
-
class_9736
-
-
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_60259
- Mappings:
Namespace Name Mixin selector named method_60259Lnet/minecraft/class_9734$class_9736;method_60259(DFLnet/minecraft/util/math/random/Random;)Dintermediary method_60259Lnet/minecraft/class_9734$class_9736;method_60259(DFLnet/minecraft/class_5819;)Dofficial aLdam$b;a(DFLaym;)D
-
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 cLayz;c()Ljava/lang/String;
-