Uses of Enum Class
net.minecraft.entity.passive.HorseColor
-
Uses of HorseColor in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate static Map<HorseColor,Identifier>
HorseEntityRenderer.TEXTURES
-
Uses of HorseColor in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionHorseEntity.HorseData.color
private static HorseColor[]
HorseColor.VALUES
Modifier and TypeMethodDescriptionstatic HorseColor
HorseColor.byIndex(int index)
HorseEntity.getColor()
static HorseColor
Returns 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.Modifier and TypeMethodDescriptionprivate void
HorseEntity.setVariant(HorseColor color, HorseMarking marking)