| Modifier and Type | Field and Description | 
|---|---|
| private EnumDyeColor | BlockShulkerBox. color | 
| Modifier and Type | Field and Description | 
|---|---|
| static PropertyEnum<EnumDyeColor> | BlockCarpet. COLOR | 
| static PropertyEnum<EnumDyeColor> | BlockConcretePowder. COLOR | 
| static PropertyEnum<EnumDyeColor> | BlockStainedGlassPane. COLOR | 
| static PropertyEnum<EnumDyeColor> | BlockColored. COLOR | 
| static PropertyEnum<EnumDyeColor> | BlockStainedGlass. COLOR | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumDyeColor | BlockShulkerBox. getColor() | 
| static EnumDyeColor | BlockShulkerBox. getColorFromBlock(Block blockIn) | 
| static EnumDyeColor | BlockShulkerBox. getColorFromItem(Item itemIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Block | BlockShulkerBox. getBlockByColor(EnumDyeColor colorIn) | 
| static ItemStack | BlockShulkerBox. getColoredItemStack(EnumDyeColor colorIn) | 
| boolean | Block. recolorBlock(World world,
            BlockPos pos,
            EnumFacing side,
            EnumDyeColor color)Common way to recolor a block with an external tool | 
| Constructor and Description | 
|---|
| BlockGlazedTerracotta(EnumDyeColor color) | 
| BlockShulkerBox(EnumDyeColor colorIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| static MapColor | MapColor. getBlockColor(EnumDyeColor dyeColorIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceLocation | BannerTextures.Cache. getResourceLocation(java.lang.String id,
                   java.util.List<BannerPattern> patternList,
                   java.util.List<EnumDyeColor> colorList) | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<EnumDyeColor> | LayeredColorMaskTexture. listDyeColors | 
| Constructor and Description | 
|---|
| LayeredColorMaskTexture(ResourceLocation textureLocationIn,
                       java.util.List<java.lang.String> p_i46101_2_,
                       java.util.List<EnumDyeColor> p_i46101_3_) | 
| Modifier and Type | Field and Description | 
|---|---|
| static EnumDyeColor | EntityShulker. DEFAULT_COLOR | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumDyeColor | EntityShulker. getColor() | 
| Modifier and Type | Field and Description | 
|---|---|
| private static java.util.Map<EnumDyeColor,float[]> | EntitySheep. DYE_TO_RGB | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumDyeColor | EntityWolf. getCollarColor() | 
| EnumDyeColor | EntityLlama. getColor() | 
| private EnumDyeColor | EntitySheep. getDyeColorMixFromParents(EntityAnimal father,
                         EntityAnimal mother) | 
| EnumDyeColor | EntitySheep. getFleeceColor() | 
| static EnumDyeColor | EntitySheep. getRandomSheepColor(java.util.Random random) | 
| Modifier and Type | Method and Description | 
|---|---|
| private static float[] | EntitySheep. createSheepColor(EnumDyeColor p_192020_0_) | 
| static float[] | EntitySheep. getDyeRgb(EnumDyeColor dyeColor) | 
| void | EntityWolf. setCollarColor(EnumDyeColor collarcolor) | 
| private void | EntityLlama. setColor(EnumDyeColor color) | 
| void | EntitySheep. setFleeceColor(EnumDyeColor color) | 
| Modifier and Type | Field and Description | 
|---|---|
| private static EnumDyeColor[] | EnumDyeColor. DYE_DMG_LOOKUP | 
| private static EnumDyeColor[] | EnumDyeColor. META_LOOKUP | 
| Modifier and Type | Method and Description | 
|---|---|
| static EnumDyeColor | EnumDyeColor. byDyeDamage(int damage) | 
| static EnumDyeColor | EnumDyeColor. byMetadata(int meta) | 
| static EnumDyeColor | ItemBanner. getBaseColor(ItemStack stack) | 
| static EnumDyeColor | EnumDyeColor. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static EnumDyeColor[] | EnumDyeColor. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ItemStack | ItemBanner. makeBanner(EnumDyeColor p_190910_0_,
          NBTTagList p_190910_1_) | 
| Modifier and Type | Field and Description | 
|---|---|
| private EnumDyeColor | TileEntityBanner. baseColor | 
| private EnumDyeColor | TileEntityShulkerBox. color | 
| private EnumDyeColor | TileEntityBed. color | 
| Modifier and Type | Field and Description | 
|---|---|
| private java.util.List<EnumDyeColor> | TileEntityBanner. colorList | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumDyeColor | TileEntityShulkerBox. getColor() | 
| EnumDyeColor | TileEntityBed. getColor() | 
| static EnumDyeColor | TileEntityBanner. getColor(ItemStack p_190616_0_) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<EnumDyeColor> | TileEntityBanner. getColorList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TileEntityBed. setColor(EnumDyeColor color) | 
| Constructor and Description | 
|---|
| TileEntityShulkerBox(EnumDyeColor colorIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Optional<EnumDyeColor> | DyeUtils. colorFromStack(ItemStack stack)Get a dye's color. |