Uses of Enum Class
net.minecraft.item.DyeColor
Packages that use DyeColor
Package
Description
-
Uses of DyeColor in net.minecraft.block
Fields in net.minecraft.block declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorAbstractBannerBlock.colorprivate final DyeColorBedBlock.colorprivate final DyeColorCarpetBlock.colorprivate final DyeColorShulkerBoxBlock.colorprivate final DyeColorStainedGlassBlock.colorprivate final DyeColorStainedGlassPaneBlock.colorFields in net.minecraft.block with type parameters of type DyeColorMethods in net.minecraft.block that return DyeColorModifier and TypeMethodDescriptionAbstractBannerBlock.getColor()BeaconBlock.getColor()BedBlock.getColor()CarpetBlock.getColor()IBeaconBeamColorProvider.getColor()ShulkerBoxBlock.getColor()StainedGlassBlock.getColor()StainedGlassPaneBlock.getColor()static DyeColorShulkerBoxBlock.getColorFromBlock(Block p_190954_0_) static DyeColorShulkerBoxBlock.getColorFromItem(Item p_190955_0_) Methods in net.minecraft.block with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static BedBlockstatic Blockstatic BlockShulkerBoxBlock.getBlockByColor(DyeColor p_190952_0_) static ItemStackShulkerBoxBlock.getColoredItemStack(DyeColor p_190953_0_) static AbstractBlock.Propertiesprivate static ShulkerBoxBlockBlocks.shulkerBox(DyeColor p_235423_0_, AbstractBlock.Properties p_235423_1_) private static StainedGlassBlockBlocks.stainedGlass(DyeColor p_235434_0_) Constructors in net.minecraft.block with parameters of type DyeColorModifierConstructorDescriptionprotectedAbstractBannerBlock(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 DyeColorModifier and TypeFieldDescriptionprivate 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 DyeColorModifier and TypeMethodDescriptionstatic voidBannerTileEntityRenderer.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_, List<com.mojang.datafixers.util.Pair<BannerPattern, DyeColor>> p_230180_7_) static voidBannerTileEntityRenderer.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_, 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 DyeColorModifier and TypeMethodDescriptionprivate ItemStackCelebrateRaidVictoryTask.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 -
Uses of DyeColor in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type DyeColorModifier and TypeFieldDescriptionSheepEntity.COLORARRAY_BY_COLORprivate static final Map<DyeColor,IItemProvider> SheepEntity.ITEM_BY_DYEMethods in net.minecraft.entity.passive that return DyeColorModifier and TypeMethodDescriptionCatEntity.getCollarColor()WolfEntity.getCollarColor()SheepEntity.getColor()private DyeColorSheepEntity.getOffspringColor(AnimalEntity p_175511_1_, AnimalEntity p_175511_2_) static DyeColorSheepEntity.getRandomSheepColor(Random p_175510_0_) Methods in net.minecraft.entity.passive with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static float[]SheepEntity.createSheepColor(DyeColor p_192020_0_) static float[]SheepEntity.getColorArray(DyeColor p_175513_0_) private static CraftingInventorySheepEntity.makeContainer(DyeColor p_213611_0_, DyeColor p_213611_1_) voidCatEntity.setCollarColor(DyeColor p_213417_1_) voidWolfEntity.setCollarColor(DyeColor p_175547_1_) void -
Uses of DyeColor in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorTropicalFishEntity.getBaseColor(int p_212326_0_) static DyeColorTropicalFishEntity.getPatternColor(int p_212323_0_) Methods in net.minecraft.entity.passive.fish with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static intTropicalFishEntity.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 DyeColorModifier and TypeMethodDescriptionprivate static DyeColorLlamaEntity.getDyeColor(ItemStack p_195403_0_) LlamaEntity.getSwag()Methods in net.minecraft.entity.passive.horse with parameters of type DyeColor -
Uses of DyeColor in net.minecraft.item
Fields in net.minecraft.item declared as DyeColorModifier and TypeFieldDescriptionprivate static final DyeColor[]DyeColor.BY_IDprivate final DyeColorDyeItem.dyeColorFields in net.minecraft.item with type parameters of type DyeColorModifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<DyeColor>DyeColor.BY_FIREWORK_COLORDyeItem.ITEM_BY_COLORMethods in net.minecraft.item that return DyeColorModifier and TypeMethodDescriptionstatic DyeColorDyeColor.byFireworkColor(int p_196058_0_) static DyeColorDyeColor.byId(int p_196056_0_) static DyeColorBannerItem.getColor()static DyeColorstatic DyeColorDyeItem.getDyeColor()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.Methods in net.minecraft.item with parameters of type DyeColorConstructors in net.minecraft.item with parameters of type DyeColor -
Uses of DyeColor in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as DyeColorModifier and TypeFieldDescriptionprivate DyeColorBannerTileEntity.baseColorprivate DyeColorBedTileEntity.colorprivate DyeColorShulkerBoxTileEntity.colorprivate DyeColorSignTileEntity.colorFields in net.minecraft.tileentity with type parameters of type DyeColorModifier and TypeFieldDescriptionprivate final List<org.apache.commons.lang3.tuple.Pair<BannerPattern,DyeColor>> BannerPattern.Builder.patternsprivate List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> BannerTileEntity.patternsMethods in net.minecraft.tileentity that return DyeColorModifier and TypeMethodDescriptionBannerTileEntity.getBaseColor(Supplier<BlockState> p_195533_1_) BedTileEntity.getColor()ShulkerBoxTileEntity.getColor()SignTileEntity.getColor()Methods in net.minecraft.tileentity that return types with arguments of type DyeColorModifier and TypeMethodDescriptionstatic List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> BannerTileEntity.createPatterns(DyeColor p_230138_0_, ListNBT p_230138_1_) List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> BannerTileEntity.getPatterns()Methods in net.minecraft.tileentity with parameters of type DyeColorModifier and TypeMethodDescriptionBannerPattern.Builder.addPattern(BannerPattern p_222477_1_, DyeColor p_222477_2_) static List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> BannerTileEntity.createPatterns(DyeColor p_230138_0_, ListNBT p_230138_1_) voidvoidbooleanConstructors in net.minecraft.tileentity with parameters of type DyeColorModifierConstructorDescriptionBannerTileEntity(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 DyeColorConstructors in net.minecraft.world.storage with parameters of type DyeColorModifierConstructorDescriptionMapBanner(BlockPos p_i48876_1_, DyeColor p_i48876_2_, ITextComponent p_i48876_3_)