Uses of Enum Class
net.minecraft.util.DyeColor
Packages that use DyeColor
Package
Description
-
Uses of DyeColor in net.minecraft
Fields in net.minecraft declared as DyeColorMethods in net.minecraft that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorclass_3066.method_13716(Item item) static DyeColorclass_3066.method_13717(Block block) class_3066.method_13718()Methods in net.minecraft with parameters of type DyeColorModifier and TypeMethodDescriptionstatic Blockclass_3066.method_13714(DyeColor dyeColor) static ItemStackclass_3066.method_13715(DyeColor dyeColor) Constructors in net.minecraft with parameters of type DyeColor -
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 declared as DyeColorModifier and TypeFieldDescriptionprivate DyeColorShulkerBoxBlockEntity.colorprivate DyeColorBannerBlockEntity.field_15148Fields in net.minecraft.block.entity with type parameters of type DyeColorMethods in net.minecraft.block.entity that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorBannerBlockEntity.method_13721(ItemStack itemStack) ShulkerBoxBlockEntity.method_13745()Methods in net.minecraft.block.entity that return types with arguments of type DyeColorConstructors in net.minecraft.block.entity with parameters 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
Fields in net.minecraft.entity declared as DyeColorMethods in net.minecraft.entity that return DyeColorMethods in net.minecraft.entity with 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 DyeColorMethods in net.minecraft.item with parameters of type DyeColorModifier and TypeMethodDescriptionstatic ItemStackBannerItem.method_13645(DyeColor dyeColor, NbtList nbtList) -
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.