Package net.minecraft
Enum Class class_9317.class_9319
- All Implemented Interfaces:
Serializable
,Comparable<class_9317.class_9319>
,Constable
,StringIdentifiable
- Enclosing class:
class_9317
public static enum class_9317.class_9319
extends Enum<class_9317.class_9319>
implements StringIdentifiable
- Mappings:
Namespace Name official eoe$b
intermediary net/minecraft/class_9317$class_9319
named net/minecraft/class_9317$class_9319
-
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_9317.class_9319> 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.method_57644
(LootContext lootContext) static class_9317.class_9319
Returns the enum constant of this class with the specified name.static class_9317.class_9319[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLOCK_ENTITY
- Mappings:
Namespace Name Mixin selector official a
Leoe$b;a:Leoe$b;
intermediary field_49436
Lnet/minecraft/class_9317$class_9319;field_49436:Lnet/minecraft/class_9317$class_9319;
named BLOCK_ENTITY
Lnet/minecraft/class_9317$class_9319;BLOCK_ENTITY:Lnet/minecraft/class_9317$class_9319;
-
-
Field Details
-
field_49437
- Mappings:
Namespace Name Mixin selector official b
Leoe$b;b:Lcom/mojang/serialization/Codec;
intermediary field_49437
Lnet/minecraft/class_9317$class_9319;field_49437:Lcom/mojang/serialization/Codec;
named field_49437
Lnet/minecraft/class_9317$class_9319;field_49437:Lcom/mojang/serialization/Codec;
-
field_49438
- Mappings:
Namespace Name Mixin selector official c
Leoe$b;c:Ljava/lang/String;
intermediary field_49438
Lnet/minecraft/class_9317$class_9319;field_49438:Ljava/lang/String;
named field_49438
Lnet/minecraft/class_9317$class_9319;field_49438:Ljava/lang/String;
-
-
Constructor Details
-
class_9319
-
-
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_57644
- Mappings:
Namespace Name Mixin selector official a
Leoe$b;a(Lenb;)Ljl;
intermediary method_57644
Lnet/minecraft/class_9317$class_9319;method_57644(Lnet/minecraft/class_47;)Lnet/minecraft/class_9323;
named method_57644
Lnet/minecraft/class_9317$class_9319;method_57644(Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/component/ComponentMap;
-
method_57643
- Mappings:
Namespace Name Mixin selector official a
Leoe$b;a()Ljava/util/Set;
intermediary method_57643
Lnet/minecraft/class_9317$class_9319;method_57643()Ljava/util/Set;
named method_57643
Lnet/minecraft/class_9317$class_9319;method_57643()Ljava/util/Set;
-
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
Laye;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;
-