Uses of Enum Class
net.minecraft.entity.passive.HorseColor
Packages that use HorseColor
Package
Description
-
Uses of HorseColor in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type HorseColorModifier and TypeFieldDescriptionprivate static final Map<HorseColor,Identifier> HorseEntityRenderer.TEXTURES -
Uses of HorseColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as HorseColorModifier and TypeFieldDescriptionfinal HorseColorHorseEntity.HorseData.colorprivate static final HorseColor[]HorseColor.VALUESFields in net.minecraft.entity.passive with type parameters of type HorseColorModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<HorseColor>HorseColor.field_41595Methods in net.minecraft.entity.passive that return HorseColorModifier and TypeMethodDescriptionstatic HorseColorHorseColor.byIndex(int index) HorseEntity.method_47827()static HorseColorReturns the enum constant of this class with the specified name.static HorseColor[]HorseColor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type HorseColorModifier and TypeMethodDescriptionvoidHorseEntity.method_47826(HorseColor horseColor) private voidHorseEntity.setVariant(HorseColor color, HorseMarking marking) Constructors in net.minecraft.entity.passive with parameters of type HorseColor -
Uses of HorseColor in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type HorseColorModifier and TypeFieldDescriptionstatic final VariantPredicates<HorseColor>TypeSpecificPredicate.Deserializers.field_41540