Uses of Enum Class
net.minecraft.util.DyeColor
Packages that use DyeColor
Package
Description
-
Uses of DyeColor in net.minecraft.block
Fields in net.minecraft.block with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic final EnumProperty<DyeColor>CarpetBlock.COLORstatic final EnumProperty<DyeColor>StainedGlassBlock.COLORstatic final EnumProperty<DyeColor>StainedGlassPaneBlock.COLORstatic final EnumProperty<DyeColor>WoolBlock.COLOR -
Uses of DyeColor in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type DyeColorMethods in net.minecraft.block.entity that return types with arguments of type DyeColor -
Uses of DyeColor in net.minecraft.client.texture
Fields in net.minecraft.client.texture with type parameters of type DyeColor -
Uses of DyeColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type DyeColorMethods 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.