Uses of Class
net.minecraft.util.DyeColor
-
Uses of DyeColor in net.minecraft.block
Fields in net.minecraft.block declared as DyeColor Modifier and Type Field Description private DyeColorAbstractBannerBlock. colorprivate DyeColorBedBlock. colorprivate @Nullable DyeColorShulkerBoxBlock. colorprivate DyeColorStainedGlassBlock. colorprivate DyeColorStainedGlassPaneBlock. colorprivate DyeColorDyedCarpetBlock. dyeColorFields in net.minecraft.block with type parameters of type DyeColor Modifier and Type Field Description private static Map<DyeColor,Block>BannerBlock. COLORED_BANNERSMethods in net.minecraft.block that return DyeColor Modifier and Type Method Description DyeColorAbstractBannerBlock. getColor()DyeColorBeaconBlock. getColor()DyeColorBedBlock. getColor()@Nullable DyeColorShulkerBoxBlock. getColor()static @Nullable DyeColorShulkerBoxBlock. getColor(Block block)static @Nullable DyeColorShulkerBoxBlock. getColor(Item item)DyeColorStainable. getColor()DyeColorStainedGlassBlock. getColor()DyeColorStainedGlassPaneBlock. getColor()DyeColorDyedCarpetBlock. getDyeColor()Methods in net.minecraft.block with parameters of type DyeColor Modifier and Type Method Description private static BedBlockBlocks. createBedBlock(DyeColor color)private static ShulkerBoxBlockBlocks. createShulkerBoxBlock(DyeColor color, AbstractBlock.Settings settings)private static StainedGlassBlockBlocks. createStainedGlassBlock(DyeColor color)static BlockShulkerBoxBlock. get(@Nullable DyeColor dyeColor)static BlockBannerBlock. getForColor(DyeColor color)static ItemStackShulkerBoxBlock. getItemStack(@Nullable DyeColor color)static AbstractBlock.SettingsAbstractBlock.Settings. of(Material material, DyeColor color)Constructors in net.minecraft.block with parameters of type DyeColor Constructor Description AbstractBannerBlock(DyeColor color, AbstractBlock.Settings settings)BannerBlock(DyeColor color, AbstractBlock.Settings settings)BedBlock(DyeColor color, AbstractBlock.Settings settings)DyedCarpetBlock(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.entity
Fields in net.minecraft.block.entity declared as DyeColor Modifier and Type Field Description private DyeColorBannerBlockEntity. baseColorprivate @Nullable DyeColorShulkerBoxBlockEntity. cachedColorprivate DyeColorBedBlockEntity. colorprivate DyeColorSignBlockEntity. textColorFields in net.minecraft.block.entity with type parameters of type DyeColor Modifier and Type Field Description private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerPattern.Patterns. entriesprivate @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. patternsMethods in net.minecraft.block.entity that return DyeColor Modifier and Type Method Description DyeColorBedBlockEntity. getColor()@Nullable DyeColorShulkerBoxBlockEntity. getColor()DyeColorBannerBlockEntity. getColorForState()DyeColorSignBlockEntity. getTextColor()Methods in net.minecraft.block.entity that return types with arguments of type DyeColor Modifier and Type Method Description List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. getPatterns()static List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. getPatternsFromNbt(DyeColor baseColor, @Nullable NbtList patternListTag)Methods in net.minecraft.block.entity with parameters of type DyeColor Modifier and Type Method Description BannerPattern.PatternsBannerPattern.Patterns. add(BannerPattern pattern, DyeColor color)static List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>BannerBlockEntity. getPatternsFromNbt(DyeColor baseColor, @Nullable NbtList patternListTag)voidBannerBlockEntity. readFrom(ItemStack stack, DyeColor baseColor)voidBedBlockEntity. setColor(DyeColor color)booleanSignBlockEntity. setTextColor(DyeColor value)Method parameters in net.minecraft.block.entity with type arguments of type DyeColor Modifier and Type Method Description BannerPattern.PatternsBannerPattern.Patterns. add(com.mojang.datafixers.util.Pair<BannerPattern,DyeColor> pattern)Constructors in net.minecraft.block.entity with parameters of type DyeColor Constructor Description BannerBlockEntity(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.gui.screen.ingame
Fields in net.minecraft.client.gui.screen.ingame with type parameters of type DyeColor Modifier and Type Field Description private @Nullable List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>LoomScreen. bannerPatterns -
Uses of DyeColor in net.minecraft.client.render.block.entity
Method parameters in net.minecraft.client.render.block.entity with type arguments of type DyeColor Modifier and Type Method Description static voidBannerBlockEntityRenderer. renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns)static voidBannerBlockEntityRenderer. renderCanvas(MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay, ModelPart canvas, SpriteIdentifier baseSprite, boolean isBanner, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean glint) -
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 ItemStackCelebrateRaidWinTask. createFirework(DyeColor color, int flight) -
Uses of DyeColor in net.minecraft.entity.mob
Methods in net.minecraft.entity.mob that return DyeColor Modifier and Type Method Description @Nullable DyeColorShulkerEntity. getColor()Methods in net.minecraft.entity.mob with parameters of type DyeColor Modifier and Type Method Description private voidShulkerEntity. setColor(DyeColor color) -
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 Map<DyeColor,float[]>SheepEntity. COLORSprivate static Map<DyeColor,ItemConvertible>SheepEntity. DROPSMethods in net.minecraft.entity.passive that return DyeColor Modifier and Type Method Description static DyeColorSheepEntity. generateDefaultColor(Random random)static DyeColorTropicalFishEntity. getBaseDyeColor(int variant)@Nullable DyeColorLlamaEntity. getCarpetColor()private DyeColorSheepEntity. getChildColor(AnimalEntity firstParent, AnimalEntity secondParent)DyeColorCatEntity. getCollarColor()DyeColorWolfEntity. getCollarColor()DyeColorSheepEntity. getColor()private static @Nullable DyeColorLlamaEntity. getColorFromCarpet(ItemStack color)static DyeColorTropicalFishEntity. getPatternDyeColor(int variant)Methods in net.minecraft.entity.passive with parameters of type DyeColor Modifier and Type Method Description private static CraftingInventorySheepEntity. createDyeMixingCraftingInventory(DyeColor firstColor, DyeColor secondColor)private static float[]SheepEntity. getDyedColor(DyeColor color)static float[]SheepEntity. getRgbColor(DyeColor dyeColor)private voidLlamaEntity. setCarpetColor(@Nullable DyeColor color)voidCatEntity. setCollarColor(DyeColor color)voidWolfEntity. setCollarColor(DyeColor color)voidSheepEntity. setColor(DyeColor color)private static intTropicalFishEntity. toVariant(TropicalFishEntity.Variety variety, DyeColor baseColor, DyeColor patternColor) -
Uses of DyeColor in net.minecraft.item
Fields in net.minecraft.item declared as DyeColor Modifier and Type Field Description private DyeColorDyeItem. colorFields in net.minecraft.item with type parameters of type DyeColor Modifier and Type Field Description private static Map<DyeColor,DyeItem>DyeItem. DYESMethods in net.minecraft.item that return DyeColor Modifier and Type Method Description DyeColorBannerItem. getColor()DyeColorDyeItem. getColor()static DyeColorShieldItem. getColor(ItemStack stack)Methods in net.minecraft.item with parameters of type DyeColor Modifier and Type Method Description static DyeItemDyeItem. byColor(DyeColor color)Constructors in net.minecraft.item with parameters of type DyeColor Constructor Description DyeItem(DyeColor color, Item.Settings settings) -
Uses of DyeColor in net.minecraft.item.map
Fields in net.minecraft.item.map declared as DyeColor Modifier and Type Field Description private DyeColorMapBannerMarker. colorMethods in net.minecraft.item.map that return DyeColor Modifier and Type Method Description DyeColorMapBannerMarker. getColor()Constructors in net.minecraft.item.map with parameters of type DyeColor Constructor Description MapBannerMarker(BlockPos pos, DyeColor dyeColor, @Nullable Text name) -
Uses of DyeColor in net.minecraft.loot.function
Fields in net.minecraft.loot.function with type parameters of type DyeColor Modifier and Type Field Description private ImmutableList.Builder<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>SetBannerPatternFunction.class_6157. field_31862private List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>SetBannerPatternFunction. patternsMethods in net.minecraft.loot.function with parameters of type DyeColor Modifier and Type Method Description SetBannerPatternFunction.class_6157SetBannerPatternFunction.class_6157. method_35533(BannerPattern bannerPattern, DyeColor dyeColor)Constructor parameters in net.minecraft.loot.function with type arguments of type DyeColor Constructor Description SetBannerPatternFunction(LootCondition[] conditions, List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> patterns, boolean append) -
Uses of DyeColor in net.minecraft.util
Fields in net.minecraft.util declared as DyeColor Modifier and Type Field Description private static DyeColor[]DyeColor. VALUESFields in net.minecraft.util with type parameters of type DyeColor Modifier and Type Field Description private static Int2ObjectOpenHashMap<DyeColor>DyeColor. BY_FIREWORK_COLORMethods in net.minecraft.util that return DyeColor Modifier and Type Method Description static @Nullable DyeColorDyeColor. byFireworkColor(int color)static DyeColorDyeColor. byId(int id)static DyeColorDyeColor. byName(String name, DyeColor defaultColor)static DyeColorDyeColor. valueOf(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.