Uses of Enum Class
net.minecraft.entity.passive.horse.CoatColors
Packages that use CoatColors
-
Uses of CoatColors in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type CoatColorsModifier and TypeFieldDescriptionprivate static final Map<CoatColors,
ResourceLocation> HorseRenderer.LOCATION_BY_VARIANT
-
Uses of CoatColors in net.minecraft.entity.passive.horse
Fields in net.minecraft.entity.passive.horse declared as CoatColorsModifier and TypeFieldDescriptionprivate static final CoatColors[]
CoatColors.BY_ID
final CoatColors
HorseEntity.HorseData.variant
Methods in net.minecraft.entity.passive.horse that return CoatColorsModifier and TypeMethodDescriptionstatic CoatColors
CoatColors.byId
(int p_234254_0_) HorseEntity.getVariant()
static CoatColors
Returns the enum constant of this class with the specified name.static CoatColors[]
CoatColors.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive.horse with parameters of type CoatColorsModifier and TypeMethodDescriptionprivate void
HorseEntity.setVariantAndMarkings
(CoatColors p_234238_1_, CoatTypes p_234238_2_) Constructors in net.minecraft.entity.passive.horse with parameters of type CoatColors