Uses of Enum Class
net.minecraft.util.DyeColor
Packages that use DyeColor
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of DyeColor in net.minecraft.blockFields in net.minecraft.block declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorAbstractBannerBlock.colorprivate final DyeColorBedBlock.colorShulkerBoxBlock.colorprivate final DyeColorStainedGlassBlock.colorprivate final DyeColorStainedGlassPaneBlock.colorprivate final DyeColorDyedCarpetBlock.dyeColorFields in net.minecraft.block with type parameters of type DyeColorMethods in net.minecraft.block that return DyeColorModifier and TypeMethodDescriptionAbstractBannerBlock.getColor()BeaconBlock.getColor()BedBlock.getColor()ShulkerBoxBlock.getColor()Stainable.getColor()StainedGlassBlock.getColor()StainedGlassPaneBlock.getColor()DyedCarpetBlock.getDyeColor()Returns the color of this carpet when worn by a llama.Methods in net.minecraft.block with parameters of type DyeColorModifier and TypeMethodDescriptionstatic Blockstatic BlockBannerBlock.getForColor(DyeColor color) static ItemStackShulkerBoxBlock.getItemStack(@Nullable DyeColor color) private static BlockBlocks.registerBedBlock(String id, DyeColor color) private static BlockBlocks.registerStainedGlassBlock(String id, DyeColor color) Constructors in net.minecraft.block with parameters of type DyeColorModifierConstructorDescriptionprotectedAbstractBannerBlock(DyeColor color, AbstractBlock.Settings settings) BannerBlock(DyeColor color, AbstractBlock.Settings settings) BedBlock(DyeColor color, AbstractBlock.Settings settings) protectedDyedCarpetBlock(DyeColor dyeColor, AbstractBlock.Settings settings) ShulkerBoxBlock(@Nullable DyeColor color, AbstractBlock.Settings settings) StainedGlassBlock(DyeColor color, AbstractBlock.Settings settings) StainedGlassPaneBlock(DyeColor color, AbstractBlock.Settings settings) WallBannerBlock(DyeColor color, AbstractBlock.Settings settings) 
- 
Uses of DyeColor in net.minecraft.block.entityFields in net.minecraft.block.entity declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorBannerBlockEntity.baseColorShulkerBoxBlockEntity.cachedColorprivate final DyeColorBedBlockEntity.colorprivate final DyeColorSignText.colorMethods in net.minecraft.block.entity that return DyeColorModifier and TypeMethodDescriptionBedBlockEntity.getColor()ShulkerBoxBlockEntity.getColor()SignText.getColor()BannerBlockEntity.getColorForState()Methods in net.minecraft.block.entity with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static SignTextSignText.create(Text[] messages, Optional<Text[]> filteredMessages, DyeColor color, boolean glowing) Constructors in net.minecraft.block.entity with parameters of type DyeColorModifierConstructorDescriptionBannerBlockEntity(BlockPos pos, BlockState state, DyeColor baseColor) BedBlockEntity(BlockPos pos, BlockState state, DyeColor color) ShulkerBoxBlockEntity(@Nullable DyeColor color, BlockPos pos, BlockState state) 
- 
Uses of DyeColor in net.minecraft.client.dataMethods in net.minecraft.client.data with parameters of type DyeColorModifier and TypeMethodDescriptionprivate voidBlockStateModelGenerator.registerBanner(Block block, Block wallBlock, DyeColor color) private voidBlockStateModelGenerator.registerBed(Block block, Block particleSource, DyeColor color) private voidBlockStateModelGenerator.registerShulkerBox(Block shulkerBox, @Nullable DyeColor dyeColor) 
- 
Uses of DyeColor in net.minecraft.client.renderMethods in net.minecraft.client.render with parameters of type DyeColorModifier and TypeMethodDescriptionstatic SpriteIdentifierTexturedRenderLayers.createBedTextureId(DyeColor color) static IdentifierTexturedRenderLayers.createColorId(DyeColor color) static SpriteIdentifierTexturedRenderLayers.createShulkerBoxTextureId(DyeColor color) static IdentifierTexturedRenderLayers.createShulkerId(DyeColor color) static SpriteIdentifierTexturedRenderLayers.getBedTextureId(DyeColor color) static SpriteIdentifierTexturedRenderLayers.getShulkerBoxTextureId(DyeColor color) 
- 
Uses of DyeColor in net.minecraft.client.render.block.entityMethods in net.minecraft.client.render.block.entity with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static voidBannerBlockEntityRenderer.render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, float rotation, BannerBlockModel model, BannerFlagBlockModel flagModel, float sway, DyeColor baseColor, BannerPatternsComponent patterns) voidBannerBlockEntityRenderer.renderAsItem(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, DyeColor baseColor, BannerPatternsComponent patterns) static voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, DyeColor color, BannerPatternsComponent patterns) static voidBannerBlockEntityRenderer.renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, DyeColor color, BannerPatternsComponent patterns, boolean glint, boolean solid) private static voidBannerBlockEntityRenderer.renderLayer(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier textureId, DyeColor color) 
- 
Uses of DyeColor in net.minecraft.client.render.entityMethods in net.minecraft.client.render.entity with parameters of type DyeColorModifier and TypeMethodDescriptionstatic IdentifierShulkerEntityRenderer.getTexture(@Nullable DyeColor shulkerColor) 
- 
Uses of DyeColor in net.minecraft.client.render.entity.stateFields in net.minecraft.client.render.entity.state declared as DyeColor
- 
Uses of DyeColor in net.minecraft.client.render.item.model.specialFields in net.minecraft.client.render.item.model.special declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorBannerModelRenderer.baseColorprivate final DyeColorBannerModelRenderer.Unbaked.baseColorThe field for thebaseColorrecord component.Methods in net.minecraft.client.render.item.model.special that return DyeColorModifier and TypeMethodDescriptionBannerModelRenderer.Unbaked.baseColor()Returns the value of thebaseColorrecord component.Constructors in net.minecraft.client.render.item.model.special with parameters of type DyeColorModifierConstructorDescriptionBannerModelRenderer(DyeColor baseColor, BannerBlockEntityRenderer blockEntityRenderer) 
- 
Uses of DyeColor in net.minecraft.componentFields in net.minecraft.component with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic final ComponentType<DyeColor> DataComponentTypes.BASE_COLOR
- 
Uses of DyeColor in net.minecraft.component.typeFields in net.minecraft.component.type declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorBannerPatternsComponent.Layer.colorThe field for thecolorrecord component.Methods in net.minecraft.component.type that return DyeColorModifier and TypeMethodDescriptionBannerPatternsComponent.Layer.color()Returns the value of thecolorrecord component.Methods in net.minecraft.component.type with parameters of type DyeColorModifier and TypeMethodDescriptionBannerPatternsComponent.Builder.add(RegistryEntry<BannerPattern> pattern, DyeColor color) BannerPatternsComponent.Builder.add(RegistryEntryLookup<BannerPattern> patternLookup, RegistryKey<BannerPattern> pattern, DyeColor color) Deprecated.static EquippableComponentConstructors in net.minecraft.component.type with parameters of type DyeColorModifierConstructorDescriptionLayer(RegistryEntry<BannerPattern> registryEntry, DyeColor dyeColor) 
- 
Uses of DyeColor in net.minecraft.data.loottableFields in net.minecraft.data.loottable with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic final Map<DyeColor, ItemConvertible> LootTableData.WOOL_FROM_DYE_COLORMethod parameters in net.minecraft.data.loottable with type arguments of type DyeColorModifier and TypeMethodDescriptionstatic LootPool.BuilderEntityLootTableGenerator.createForSheep(Map<DyeColor, RegistryKey<LootTable>> colorLootTables) 
- 
Uses of DyeColor in net.minecraft.entity.ai.brain.taskMethods in net.minecraft.entity.ai.brain.task with parameters of type DyeColorModifier and TypeMethodDescriptionprivate ItemStackCelebrateRaidWinTask.createFirework(DyeColor color, int flight) 
- 
Uses of DyeColor in net.minecraft.entity.mobMethods in net.minecraft.entity.mob that return DyeColorMethods in net.minecraft.entity.mob that return types with arguments of type DyeColorMethod parameters in net.minecraft.entity.mob with type arguments of type DyeColor
- 
Uses of DyeColor in net.minecraft.entity.passiveFields in net.minecraft.entity.passive declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorTropicalFishEntity.Variant.baseColorThe field for thebaseColorrecord component.private final DyeColorTropicalFishEntity.Variant.patternColorThe field for thepatternColorrecord component.Fields in net.minecraft.entity.passive with type parameters of type DyeColorMethods in net.minecraft.entity.passive that return DyeColorModifier and TypeMethodDescriptionTropicalFishEntity.Variant.baseColor()Returns the value of thebaseColorrecord component.static DyeColorSheepEntity.generateDefaultColor(Random random) TropicalFishEntity.getBaseColorComponents()static DyeColorTropicalFishEntity.getBaseDyeColor(int variant) CatEntity.getCollarColor()WolfEntity.getCollarColor()SheepEntity.getColor()TropicalFishEntity.getPatternColorComponents()static DyeColorTropicalFishEntity.getPatternDyeColor(int variant) TropicalFishEntity.Variant.patternColor()Returns the value of thepatternColorrecord component.Methods in net.minecraft.entity.passive with parameters of type DyeColorModifier and TypeMethodDescriptionprivate static intSheepEntity.getDyedColor(DyeColor color) static intSheepEntity.getRgbColor(DyeColor dyeColor) (package private) static intTropicalFishEntity.getVariantId(TropicalFishEntity.Variety variety, DyeColor baseColor, DyeColor patternColor) private voidCatEntity.setCollarColor(DyeColor color) private voidWolfEntity.setCollarColor(DyeColor color) voidConstructors in net.minecraft.entity.passive with parameters of type DyeColorModifierConstructorDescriptionVariant(TropicalFishEntity.Variety variety, DyeColor dyeColor, DyeColor dyeColor2) 
- 
Uses of DyeColor in net.minecraft.itemFields in net.minecraft.item declared as DyeColorFields in net.minecraft.item with type parameters of type DyeColorMethods in net.minecraft.item that return DyeColorMethods in net.minecraft.item with parameters of type DyeColorConstructors in net.minecraft.item with parameters of type DyeColor
- 
Uses of DyeColor in net.minecraft.item.equipmentFields in net.minecraft.item.equipment with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic final Map<DyeColor, RegistryKey<EquipmentAsset>> EquipmentAssetKeys.CARPET_FROM_COLOR
- 
Uses of DyeColor in net.minecraft.item.mapFields in net.minecraft.item.map declared as DyeColorModifier and TypeFieldDescriptionprivate final DyeColorMapBannerMarker.colorThe field for thecolorrecord component.Methods in net.minecraft.item.map that return DyeColorModifier and TypeMethodDescriptionMapBannerMarker.color()Returns the value of thecolorrecord component.Constructors in net.minecraft.item.map with parameters of type DyeColorModifierConstructorDescriptionMapBannerMarker(BlockPos pos, DyeColor dyeColor, Optional<Text> optional) 
- 
Uses of DyeColor in net.minecraft.lootFields in net.minecraft.loot with type parameters of type DyeColorModifier and TypeFieldDescriptionstatic final Map<DyeColor, RegistryKey<LootTable>> LootTables.SHEEP_DROPS_FROM_DYE_COLORstatic final Map<DyeColor, RegistryKey<LootTable>> LootTables.SHEEP_SHEARING_FROM_DYE_COLORMethod parameters in net.minecraft.loot with type arguments of type DyeColorModifier and TypeMethodDescriptionprivate static voidLootTables.registerAllDyeColors(EnumMap<DyeColor, RegistryKey<LootTable>> lootTableMap, String lootTableType) 
- 
Uses of DyeColor in net.minecraft.loot.functionMethods in net.minecraft.loot.function with parameters of type DyeColorModifier and TypeMethodDescriptionSetBannerPatternLootFunction.Builder.pattern(RegistryEntry<BannerPattern> pattern, DyeColor color) 
- 
Uses of DyeColor in net.minecraft.predicate.entityFields in net.minecraft.predicate.entity with type parameters of type DyeColorMethods in net.minecraft.predicate.entity that return types with arguments of type DyeColorModifier and TypeMethodDescriptionSheepPredicate.color()Returns the value of thecolorrecord component.Methods in net.minecraft.predicate.entity with parameters of type DyeColor
- 
Uses of DyeColor in net.minecraft.utilFields in net.minecraft.util with type parameters of type DyeColorModifier and TypeFieldDescriptionprivate static final Int2ObjectOpenHashMap<DyeColor> DyeColor.BY_FIREWORK_COLORprivate static final IntFunction<DyeColor> DyeColor.BY_IDstatic final StringIdentifiable.EnumCodec<DyeColor> DyeColor.CODECstatic final PacketCodec<ByteBuf, DyeColor> DyeColor.PACKET_CODECMethods in net.minecraft.util that return DyeColorModifier and TypeMethodDescriptionDyeColor.byFireworkColor(int color) Returns the dye color whose firework color iscolor, ornullif there is no such color.static DyeColorDyeColor.byId(int id) Returns the dye color whose ID isid.Returns the dye color whose name isname, ordefaultColorif there is no such color.static DyeColorDyeColor.mixColors(ServerWorld world, DyeColor first, DyeColor second) 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.util with parameters of type DyeColorModifier and TypeMethodDescriptionReturns the dye color whose name isname, ordefaultColorif there is no such color.private static CraftingRecipeInputDyeColor.createColorMixingRecipeInput(DyeColor first, DyeColor second) static DyeColorDyeColor.mixColors(ServerWorld world, DyeColor first, DyeColor second)