Uses of Class
net.minecraft.entity.passive.HorseColor
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity.passive |
-
Uses of HorseColor in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type HorseColor Modifier and Type Field Description private static Map<HorseColor,Identifier>HorseEntityRenderer. TEXTURES -
Uses of HorseColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as HorseColor Modifier and Type Field Description HorseColorHorseEntity.HorseData. colorprivate static HorseColor[]HorseColor. VALUESMethods in net.minecraft.entity.passive that return HorseColor Modifier and Type Method Description static HorseColorHorseColor. byIndex(int index)HorseColorHorseEntity. getColor()static HorseColorHorseColor. valueOf(String name)Returns the enum constant of this type with the specified name.static HorseColor[]HorseColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.passive with parameters of type HorseColor Modifier and Type Method Description private voidHorseEntity. setVariant(HorseColor color, HorseMarking marking)Constructors in net.minecraft.entity.passive with parameters of type HorseColor Constructor Description HorseData(HorseColor color)