Uses of Class
net.minecraft.item.DyeColor
-
-
Uses of DyeColor in net.minecraft.block
Fields in net.minecraft.block declared as DyeColor Modifier and Type Field Description private DyeColor
AbstractBannerBlock. color
private DyeColor
BedBlock. color
private DyeColor
CarpetBlock. color
private DyeColor
ShulkerBoxBlock. color
private DyeColor
StainedGlassBlock. color
private DyeColor
StainedGlassPaneBlock. color
Fields in net.minecraft.block with type parameters of type DyeColor Modifier and Type Field Description private static java.util.Map<DyeColor,Block>
BannerBlock. BY_COLOR
Methods in net.minecraft.block that return DyeColor Modifier and Type Method Description DyeColor
AbstractBannerBlock. getColor()
DyeColor
BeaconBlock. getColor()
DyeColor
BedBlock. getColor()
DyeColor
CarpetBlock. getColor()
DyeColor
IBeaconBeamColorProvider. getColor()
DyeColor
ShulkerBoxBlock. getColor()
DyeColor
StainedGlassBlock. getColor()
DyeColor
StainedGlassPaneBlock. getColor()
static DyeColor
ShulkerBoxBlock. getColorFromBlock(Block p_190954_0_)
static DyeColor
ShulkerBoxBlock. getColorFromItem(Item p_190955_0_)
Methods in net.minecraft.block with parameters of type DyeColor Modifier and Type Method Description private static BedBlock
Blocks. bed(DyeColor p_235422_0_)
static Block
BannerBlock. byColor(DyeColor p_196287_0_)
static Block
ShulkerBoxBlock. getBlockByColor(DyeColor p_190952_0_)
static ItemStack
ShulkerBoxBlock. getColoredItemStack(DyeColor p_190953_0_)
static AbstractBlock.Properties
AbstractBlock.Properties. of(Material p_200952_0_, DyeColor p_200952_1_)
private static ShulkerBoxBlock
Blocks. shulkerBox(DyeColor p_235423_0_, AbstractBlock.Properties p_235423_1_)
private static StainedGlassBlock
Blocks. stainedGlass(DyeColor p_235434_0_)
Constructors in net.minecraft.block with parameters of type DyeColor Constructor Description AbstractBannerBlock(DyeColor p_i48453_1_, AbstractBlock.Properties p_i48453_2_)
BannerBlock(DyeColor p_i48448_1_, AbstractBlock.Properties p_i48448_2_)
BedBlock(DyeColor p_i48442_1_, AbstractBlock.Properties p_i48442_2_)
CarpetBlock(DyeColor p_i48290_1_, AbstractBlock.Properties p_i48290_2_)
ShulkerBoxBlock(DyeColor p_i48334_1_, AbstractBlock.Properties p_i48334_2_)
StainedGlassBlock(DyeColor p_i48323_1_, AbstractBlock.Properties p_i48323_2_)
StainedGlassPaneBlock(DyeColor p_i48322_1_, AbstractBlock.Properties p_i48322_2_)
WallBannerBlock(DyeColor p_i48302_1_, AbstractBlock.Properties p_i48302_2_)
-
Uses of DyeColor in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type DyeColor Modifier and Type Field Description private java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
LoomScreen. resultBannerPatterns
-
Uses of DyeColor in net.minecraft.client.renderer.tileentity
Method parameters in net.minecraft.client.renderer.tileentity with type arguments of type DyeColor Modifier and Type Method Description static void
BannerTileEntityRenderer. renderPatterns(MatrixStack p_230180_0_, IRenderTypeBuffer p_230180_1_, int p_230180_2_, int p_230180_3_, ModelRenderer p_230180_4_, RenderMaterial p_230180_5_, boolean p_230180_6_, java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_230180_7_)
static void
BannerTileEntityRenderer. renderPatterns(MatrixStack p_241717_0_, IRenderTypeBuffer p_241717_1_, int p_241717_2_, int p_241717_3_, ModelRenderer p_241717_4_, RenderMaterial p_241717_5_, boolean p_241717_6_, java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> p_241717_7_, boolean p_241717_8_)
-
Uses of DyeColor in net.minecraft.entity.ai.brain.task
Methods in net.minecraft.entity.ai.brain.task with parameters of type DyeColor Modifier and Type Method Description private ItemStack
CelebrateRaidVictoryTask. getFirework(DyeColor p_220391_1_, int p_220391_2_)
-
Uses of DyeColor in net.minecraft.entity.monster
Methods in net.minecraft.entity.monster that return DyeColor Modifier and Type Method Description DyeColor
ShulkerEntity. getColor()
-
Uses of DyeColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type DyeColor Modifier and Type Field Description private static java.util.Map<DyeColor,float[]>
SheepEntity. COLORARRAY_BY_COLOR
private static java.util.Map<DyeColor,IItemProvider>
SheepEntity. ITEM_BY_DYE
Methods in net.minecraft.entity.passive that return DyeColor Modifier and Type Method Description DyeColor
CatEntity. getCollarColor()
DyeColor
WolfEntity. getCollarColor()
DyeColor
SheepEntity. getColor()
private DyeColor
SheepEntity. getOffspringColor(AnimalEntity p_175511_1_, AnimalEntity p_175511_2_)
static DyeColor
SheepEntity. getRandomSheepColor(java.util.Random p_175510_0_)
Methods in net.minecraft.entity.passive with parameters of type DyeColor Modifier and Type Method Description private static float[]
SheepEntity. createSheepColor(DyeColor p_192020_0_)
static float[]
SheepEntity. getColorArray(DyeColor p_175513_0_)
private static CraftingInventory
SheepEntity. makeContainer(DyeColor p_213611_0_, DyeColor p_213611_1_)
void
CatEntity. setCollarColor(DyeColor p_213417_1_)
void
WolfEntity. setCollarColor(DyeColor p_175547_1_)
void
SheepEntity. setColor(DyeColor p_175512_1_)
-
Uses of DyeColor in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish that return DyeColor Modifier and Type Method Description static DyeColor
TropicalFishEntity. getBaseColor(int p_212326_0_)
static DyeColor
TropicalFishEntity. getPatternColor(int p_212323_0_)
Methods in net.minecraft.entity.passive.fish with parameters of type DyeColor Modifier and Type Method Description private static int
TropicalFishEntity. calculateVariant(TropicalFishEntity.Type p_204214_0_, DyeColor p_204214_1_, DyeColor p_204214_2_)
-
Uses of DyeColor in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse that return DyeColor Modifier and Type Method Description private static DyeColor
LlamaEntity. getDyeColor(ItemStack p_195403_0_)
DyeColor
LlamaEntity. getSwag()
Methods in net.minecraft.entity.passive.horse with parameters of type DyeColor Modifier and Type Method Description private void
LlamaEntity. setSwag(DyeColor p_190711_1_)
-
Uses of DyeColor in net.minecraft.item
Fields in net.minecraft.item declared as DyeColor Modifier and Type Field Description private static DyeColor[]
DyeColor. BY_ID
private DyeColor
DyeItem. dyeColor
Fields in net.minecraft.item with type parameters of type DyeColor Modifier and Type Field Description private static it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<DyeColor>
DyeColor. BY_FIREWORK_COLOR
private static java.util.Map<DyeColor,DyeItem>
DyeItem. ITEM_BY_COLOR
Methods in net.minecraft.item that return DyeColor Modifier and Type Method Description static DyeColor
DyeColor. byFireworkColor(int p_196058_0_)
static DyeColor
DyeColor. byId(int p_196056_0_)
static DyeColor
DyeColor. byName(java.lang.String p_204271_0_, DyeColor p_204271_1_)
DyeColor
BannerItem. getColor()
static DyeColor
DyeColor. getColor(ItemStack stack)
static DyeColor
ShieldItem. getColor(ItemStack p_195979_0_)
DyeColor
DyeItem. getDyeColor()
static DyeColor
DyeColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DyeColor[]
DyeColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.item with parameters of type DyeColor Modifier and Type Method Description static DyeItem
DyeItem. byColor(DyeColor p_195961_0_)
static DyeColor
DyeColor. byName(java.lang.String p_204271_0_, DyeColor p_204271_1_)
Constructors in net.minecraft.item with parameters of type DyeColor Constructor Description DyeItem(DyeColor p_i48510_1_, Item.Properties p_i48510_2_)
-
Uses of DyeColor in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as DyeColor Modifier and Type Field Description private DyeColor
BannerTileEntity. baseColor
private DyeColor
BedTileEntity. color
private DyeColor
ShulkerBoxTileEntity. color
private DyeColor
SignTileEntity. color
Fields in net.minecraft.tileentity with type parameters of type DyeColor Modifier and Type Field Description private java.util.List<org.apache.commons.lang3.tuple.Pair<BannerPattern,DyeColor>>
BannerPattern.Builder. patterns
private java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerTileEntity. patterns
Methods in net.minecraft.tileentity that return DyeColor Modifier and Type Method Description DyeColor
BannerTileEntity. getBaseColor(java.util.function.Supplier<BlockState> p_195533_1_)
DyeColor
BedTileEntity. getColor()
DyeColor
ShulkerBoxTileEntity. getColor()
DyeColor
SignTileEntity. getColor()
Methods in net.minecraft.tileentity that return types with arguments of type DyeColor Modifier and Type Method Description static java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerTileEntity. createPatterns(DyeColor p_230138_0_, ListNBT p_230138_1_)
java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerTileEntity. getPatterns()
Methods in net.minecraft.tileentity with parameters of type DyeColor Modifier and Type Method Description BannerPattern.Builder
BannerPattern.Builder. addPattern(BannerPattern p_222477_1_, DyeColor p_222477_2_)
static java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>
BannerTileEntity. createPatterns(DyeColor p_230138_0_, ListNBT p_230138_1_)
void
BannerTileEntity. fromItem(ItemStack p_195534_1_, DyeColor p_195534_2_)
void
BedTileEntity. setColor(DyeColor p_193052_1_)
boolean
SignTileEntity. setColor(DyeColor p_214068_1_)
Constructors in net.minecraft.tileentity with parameters of type DyeColor Constructor Description BannerTileEntity(DyeColor p_i47731_1_)
BedTileEntity(DyeColor p_i47730_1_)
ShulkerBoxTileEntity(DyeColor p_i47242_1_)
-
Uses of DyeColor in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as DyeColor Modifier and Type Field Description private DyeColor
MapBanner. color
Constructors in net.minecraft.world.storage with parameters of type DyeColor Constructor Description MapBanner(BlockPos p_i48876_1_, DyeColor p_i48876_2_, ITextComponent p_i48876_3_)
-