Uses of Class
net.minecraft.client.color.block.BlockColors
Packages that use BlockColors
Package
Description
-
Uses of BlockColors in net.minecraft.client
Fields in net.minecraft.client declared as BlockColorsMethods in net.minecraft.client that return BlockColors -
Uses of BlockColors in net.minecraft.client.color.block
Methods in net.minecraft.client.color.block that return BlockColors -
Uses of BlockColors in net.minecraft.client.color.item
Methods in net.minecraft.client.color.item with parameters of type BlockColors -
Uses of BlockColors in net.minecraft.client.render.block
Fields in net.minecraft.client.render.block declared as BlockColorsModifier and TypeFieldDescriptionprivate final BlockColorsBlockRenderManager.blockColorsprivate final BlockColorsBlockModelRenderer.colorsConstructors in net.minecraft.client.render.block with parameters of type BlockColorsModifierConstructorDescriptionBlockModelRenderer(BlockColors colors) BlockRenderManager(BlockModels models, BuiltinModelItemRenderer builtinModelItemRenderer, BlockColors blockColors) -
Uses of BlockColors in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as BlockColorsModifier and TypeFieldDescriptionprivate final BlockColorsModelLoader.blockColorsprivate final BlockColorsBakedModelManager.colorMapConstructors in net.minecraft.client.render.model with parameters of type BlockColorsModifierConstructorDescriptionBakedModelManager(TextureManager textureManager, BlockColors colorMap, int mipmap) ModelLoader(BlockColors blockColors, Profiler profiler, Map<Identifier, JsonUnbakedModel> jsonUnbakedModels, Map<Identifier, List<ModelLoader.SourceTrackedData>> blockStates)