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.minecraftforge.client
Method parameters in net.minecraftforge.client with type arguments of type BlockTintCacheModifier and TypeMethodDescriptionstatic void
ColorResolverManager.registerBlockTintCaches
(ClientLevel level, Map<ColorResolver, BlockTintCache> target) Register aBlockTintCache
for every registeredColorResolver
into the given target map.