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.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, SpriteHolder spriteHolder, Supplier<LoadedBlockEntityModels> blockEntityModelsGetter, BlockColors blockColors) -
Uses of BlockColors in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as BlockColorsMethods in net.minecraft.client.render.model with parameters of type BlockColorsModifier and TypeMethodDescriptionprivate static Object2IntMap<BlockState> BakedModelManager.group(BlockColors colors, BlockStatesLoader.LoadedModels definition) static Object2IntMap<BlockState> ModelGrouper.group(BlockColors colors, BlockStatesLoader.LoadedModels definition) Constructors in net.minecraft.client.render.model with parameters of type BlockColorsModifierConstructorDescriptionBakedModelManager(BlockColors blockColors, AtlasManager atlasManager, PlayerSkinCache playerSkinCache)