Uses of Class
net.minecraft.entity.passive.HorseMarking
| Package | Description |
|---|---|
| net.minecraft.client.render.entity.feature | |
| net.minecraft.entity.passive |
-
Uses of HorseMarking in net.minecraft.client.render.entity.feature
Fields in net.minecraft.client.render.entity.feature with type parameters of type HorseMarking Modifier and Type Field Description private static Map<HorseMarking,Identifier>HorseMarkingFeatureRenderer. TEXTURES -
Uses of HorseMarking in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as HorseMarking Modifier and Type Field Description private static HorseMarking[]HorseMarking. VALUESMethods in net.minecraft.entity.passive that return HorseMarking Modifier and Type Method Description static HorseMarkingHorseMarking. byIndex(int index)HorseMarkingHorseEntity. getMarking()static HorseMarkingHorseMarking. valueOf(String name)Returns the enum constant of this type with the specified name.static HorseMarking[]HorseMarking. 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 HorseMarking Modifier and Type Method Description private voidHorseEntity. setVariant(HorseColor color, HorseMarking marking)