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 - btn$d- intermediary - net/minecraft/class_1501$class_7993- named - net/minecraft/entity/passive/LlamaEntity$Variant
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiableStringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final IntFunction<LlamaEntity.Variant>static final StringIdentifiable.Codec<LlamaEntity.Variant>(package private) final intprivate final StringFields inherited from interface net.minecraft.util.StringIdentifiablefield_38377
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.static LlamaEntity.VariantbyId(int id) intgetIndex()static LlamaEntity.VariantReturns 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- Lbtn$d;a:Lbtn$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- Lbtn$d;b:Lbtn$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- Lbtn$d;c:Lbtn$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- Lbtn$d;d:Lbtn$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- Lbtn$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- Lbtn$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;
 
- 
idfinal int id- Mappings:
- Namespace - Name - Mixin selector - official - g- Lbtn$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- Lbtn$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>- Lbtn$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- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getIndexpublic int getIndex()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbtn$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- Lbtn$d;a(I)Lbtn$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;
 
- 
asStringReturns the unique string representation of the enum, used for serialization.- Specified by:
- asStringin interface- StringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lapr;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;
 
 
-