Uses of Class
net.minecraft.client.color.block.BlockTintCache
Packages that use BlockTintCache
-
Uses of BlockTintCache in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type BlockTintCacheModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.objects.Object2ObjectArrayMap<ColorResolver, BlockTintCache> ClientLevel.tintCaches -
Uses of BlockTintCache in net.neoforged.neoforge.client
Method parameters in net.neoforged.neoforge.client with type arguments of type BlockTintCacheModifier and TypeMethodDescriptionstatic voidColorResolverManager.registerBlockTintCaches(ClientLevel level, Map<ColorResolver, BlockTintCache> target) Register aBlockTintCachefor every registeredColorResolverinto the given target map.