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 BlockColors
BlockRenderManager.blockColors
private final BlockColors
BlockModelRenderer.colors
Constructors 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 BlockColorsMethods in net.minecraft.client.render.model with parameters of type BlockColorsModifier and TypeMethodDescriptionprivate static Object2IntMap
<BlockState> BakedModelManager.group
(BlockColors colors, BlockStatesLoader.BlockStateDefinition definition) static Object2IntMap
<BlockState> ModelGrouper.group
(BlockColors colors, BlockStatesLoader.BlockStateDefinition definition) Constructors in net.minecraft.client.render.model with parameters of type BlockColorsModifierConstructorDescriptionBakedModelManager
(TextureManager textureManager, BlockColors colorMap, int mipmap)