Package net.minecraft.entity.passive
Enum Class HorseMarking
- All Implemented Interfaces:
- Serializable,- Comparable<HorseMarking>,- Constable
- Mappings:
- Namespace - Name - official - bto- intermediary - net/minecraft/class_5148- named - net/minecraft/entity/passive/HorseMarking
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final IntFunction<HorseMarking>private final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HorseMarkingbyIndex(int index) intgetId()static HorseMarkingReturns the enum constant of this class with the specified name.static HorseMarking[]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 - official - a- Lbto;a:Lbto;- intermediary - field_23808- Lnet/minecraft/class_5148;field_23808:Lnet/minecraft/class_5148;- named - NONE- Lnet/minecraft/entity/passive/HorseMarking;NONE:Lnet/minecraft/entity/passive/HorseMarking;
 
- 
WHITE- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbto;b:Lbto;- intermediary - field_23809- Lnet/minecraft/class_5148;field_23809:Lnet/minecraft/class_5148;- named - WHITE- Lnet/minecraft/entity/passive/HorseMarking;WHITE:Lnet/minecraft/entity/passive/HorseMarking;
 
- 
WHITE_FIELD- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbto;c:Lbto;- intermediary - field_23810- Lnet/minecraft/class_5148;field_23810:Lnet/minecraft/class_5148;- named - WHITE_FIELD- Lnet/minecraft/entity/passive/HorseMarking;WHITE_FIELD:Lnet/minecraft/entity/passive/HorseMarking;
 
- 
WHITE_DOTS- Mappings:
- Namespace - Name - Mixin selector - official - d- Lbto;d:Lbto;- intermediary - field_23811- Lnet/minecraft/class_5148;field_23811:Lnet/minecraft/class_5148;- named - WHITE_DOTS- Lnet/minecraft/entity/passive/HorseMarking;WHITE_DOTS:Lnet/minecraft/entity/passive/HorseMarking;
 
- 
BLACK_DOTS- Mappings:
- Namespace - Name - Mixin selector - official - e- Lbto;e:Lbto;- intermediary - field_23812- Lnet/minecraft/class_5148;field_23812:Lnet/minecraft/class_5148;- named - BLACK_DOTS- Lnet/minecraft/entity/passive/HorseMarking;BLACK_DOTS:Lnet/minecraft/entity/passive/HorseMarking;
 
 
- 
- 
Field Details- 
BY_ID- Mappings:
- Namespace - Name - Mixin selector - official - f- Lbto;f:Ljava/util/function/IntFunction;- intermediary - field_23813- Lnet/minecraft/class_5148;field_23813:Ljava/util/function/IntFunction;- named - BY_ID- Lnet/minecraft/entity/passive/HorseMarking;BY_ID:Ljava/util/function/IntFunction;
 
- 
idprivate final int id- Mappings:
- Namespace - Name - Mixin selector - official - g- Lbto;g:I- intermediary - field_23814- Lnet/minecraft/class_5148;field_23814:I- named - id- Lnet/minecraft/entity/passive/HorseMarking;id:I
 
 
- 
- 
Constructor Details- 
HorseMarkingprivate HorseMarking(int id) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbto;<init>(Ljava/lang/String;II)V- intermediary - <init>- Lnet/minecraft/class_5148;<init>(Ljava/lang/String;II)V- named - <init>- Lnet/minecraft/entity/passive/HorseMarking;<init>(Ljava/lang/String;II)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
 
- 
getIdpublic int getId()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbto;a()I- intermediary - method_27079- Lnet/minecraft/class_5148;method_27079()I- named - getId- Lnet/minecraft/entity/passive/HorseMarking;getId()I
 
- 
byIndex- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbto;a(I)Lbto;- intermediary - method_27080- Lnet/minecraft/class_5148;method_27080(I)Lnet/minecraft/class_5148;- named - byIndex- Lnet/minecraft/entity/passive/HorseMarking;byIndex(I)Lnet/minecraft/entity/passive/HorseMarking;
 
 
-