Class ColorHandlerRegistryImpl
java.lang.Object
dev.architectury.registry.client.rendering.fabric.ColorHandlerRegistryImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerBlockColors
(net.minecraft.client.color.block.BlockColor blockColor, Supplier<? extends net.minecraft.world.level.block.Block>... blocks) static void
registerItemColors
(net.minecraft.client.color.item.ItemColor itemColor, Supplier<? extends net.minecraft.world.level.ItemLike>... items)
-
Constructor Details
-
ColorHandlerRegistryImpl
public ColorHandlerRegistryImpl()
-
-
Method Details
-
registerItemColors
@SafeVarargs public static void registerItemColors(net.minecraft.client.color.item.ItemColor itemColor, Supplier<? extends net.minecraft.world.level.ItemLike>... items) -
registerBlockColors
@SafeVarargs public static void registerBlockColors(net.minecraft.client.color.block.BlockColor blockColor, Supplier<? extends net.minecraft.world.level.block.Block>... blocks)
-