Uses of Enum Class
net.minecraft.util.DyeColor
Packages that use DyeColor
-
Uses of DyeColor in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorSheepEntity.generateDefaultColor(Random random) private DyeColorSheepEntity.getChildColor(AnimalEntity animalEntity, AnimalEntity animalEntity2) WolfEntity.getCollarColor()SheepEntity.getColor()Methods in net.minecraft.entity.passive with parameters of type DyeColorModifier and TypeMethodDescriptionstatic float[]SheepEntity.getDyedColor(DyeColor color) voidWolfEntity.setCollarColor(DyeColor color) void -
Uses of DyeColor in net.minecraft.item
Methods in net.minecraft.item that return DyeColor -
Uses of DyeColor in net.minecraft.util
Fields in net.minecraft.util declared as DyeColorModifier and TypeFieldDescriptionprivate static final DyeColor[]DyeColor.COLORSprivate static final DyeColor[]DyeColor.COLORS2Methods in net.minecraft.util that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorDyeColor.byId(int id) static DyeColorDyeColor.getById(int id) static DyeColorReturns the enum constant of this class with the specified name.static DyeColor[]DyeColor.values()Returns an array containing the constants of this enum class, in the order they are declared.