Package net.minecraft.entity.passive
Enum Class LlamaEntity.Variant
- All Implemented Interfaces:
Serializable
,Comparable<LlamaEntity.Variant>
,Constable
,StringIdentifiable
- Enclosing class:
LlamaEntity
public static enum LlamaEntity.Variant
extends Enum<LlamaEntity.Variant>
implements StringIdentifiable
- Mappings:
Namespace Name official brq$d
intermediary net/minecraft/class_1501$class_7993
named net/minecraft/entity/passive/LlamaEntity$Variant
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final IntFunction<LlamaEntity.Variant>
static final StringIdentifiable.Codec<LlamaEntity.Variant>
(package private) final int
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static LlamaEntity.Variant
byId
(int id) int
getIndex()
static LlamaEntity.Variant
Returns the enum constant of this class with the specified name.static LlamaEntity.Variant[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CREAMY
- Mappings:
Namespace Name Mixin selector official a
Lbrq$d;a:Lbrq$d;
intermediary field_41586
Lnet/minecraft/class_1501$class_7993;field_41586:Lnet/minecraft/class_1501$class_7993;
named CREAMY
Lnet/minecraft/entity/passive/LlamaEntity$Variant;CREAMY:Lnet/minecraft/entity/passive/LlamaEntity$Variant;
-
WHITE
- Mappings:
Namespace Name Mixin selector official b
Lbrq$d;b:Lbrq$d;
intermediary field_41587
Lnet/minecraft/class_1501$class_7993;field_41587:Lnet/minecraft/class_1501$class_7993;
named WHITE
Lnet/minecraft/entity/passive/LlamaEntity$Variant;WHITE:Lnet/minecraft/entity/passive/LlamaEntity$Variant;
-
BROWN
- Mappings:
Namespace Name Mixin selector official c
Lbrq$d;c:Lbrq$d;
intermediary field_41588
Lnet/minecraft/class_1501$class_7993;field_41588:Lnet/minecraft/class_1501$class_7993;
named BROWN
Lnet/minecraft/entity/passive/LlamaEntity$Variant;BROWN:Lnet/minecraft/entity/passive/LlamaEntity$Variant;
-
GRAY
- Mappings:
Namespace Name Mixin selector official d
Lbrq$d;d:Lbrq$d;
intermediary field_41589
Lnet/minecraft/class_1501$class_7993;field_41589:Lnet/minecraft/class_1501$class_7993;
named GRAY
Lnet/minecraft/entity/passive/LlamaEntity$Variant;GRAY:Lnet/minecraft/entity/passive/LlamaEntity$Variant;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lbrq$d;e:Lcom/mojang/serialization/Codec;
intermediary field_41590
Lnet/minecraft/class_1501$class_7993;field_41590:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/entity/passive/LlamaEntity$Variant;CODEC:Lcom/mojang/serialization/Codec;
-
BY_ID
- Mappings:
Namespace Name Mixin selector official f
Lbrq$d;f:Ljava/util/function/IntFunction;
intermediary field_41591
Lnet/minecraft/class_1501$class_7993;field_41591:Ljava/util/function/IntFunction;
named BY_ID
Lnet/minecraft/entity/passive/LlamaEntity$Variant;BY_ID:Ljava/util/function/IntFunction;
-
id
final int id- Mappings:
Namespace Name Mixin selector official g
Lbrq$d;g:I
intermediary field_41592
Lnet/minecraft/class_1501$class_7993;field_41592:I
named id
Lnet/minecraft/entity/passive/LlamaEntity$Variant;id:I
-
name
- Mappings:
Namespace Name Mixin selector official h
Lbrq$d;h:Ljava/lang/String;
intermediary field_41593
Lnet/minecraft/class_1501$class_7993;field_41593:Ljava/lang/String;
named name
Lnet/minecraft/entity/passive/LlamaEntity$Variant;name:Ljava/lang/String;
-
-
Constructor Details
-
Variant
- Mappings:
Namespace Name Mixin selector official <init>
Lbrq$d;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1501$class_7993;<init>(Ljava/lang/String;IILjava/lang/String;)V
named <init>
Lnet/minecraft/entity/passive/LlamaEntity$Variant;<init>(Ljava/lang/String;IILjava/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
-
getIndex
public int getIndex()- Mappings:
Namespace Name Mixin selector official a
Lbrq$d;a()I
intermediary method_47875
Lnet/minecraft/class_1501$class_7993;method_47875()I
named getIndex
Lnet/minecraft/entity/passive/LlamaEntity$Variant;getIndex()I
-
byId
- Mappings:
Namespace Name Mixin selector official a
Lbrq$d;a(I)Lbrq$d;
intermediary method_47876
Lnet/minecraft/class_1501$class_7993;method_47876(I)Lnet/minecraft/class_1501$class_7993;
named byId
Lnet/minecraft/entity/passive/LlamaEntity$Variant;byId(I)Lnet/minecraft/entity/passive/LlamaEntity$Variant;
-
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
Laor;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;
-