Uses of Class
net.minecraft.client.color.block.BlockColors
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of BlockColors in net.minecraft.client
-
Uses of BlockColors in net.minecraft.client.color.block
-
Uses of BlockColors in net.minecraft.client.color.item
Modifier and TypeMethodDescriptionstatic ItemColors
ItemColors.createDefault
(BlockColors p_92684_) -
Uses of BlockColors in net.minecraft.client.renderer.block
Modifier and TypeFieldDescriptionprivate final BlockColors
BlockRenderDispatcher.blockColors
private final BlockColors
ModelBlockRenderer.blockColors
ModifierConstructorDescriptionBlockRenderDispatcher
(BlockModelShaper p_173399_, BlockEntityWithoutLevelRenderer p_173400_, BlockColors p_173401_) ModelBlockRenderer
(BlockColors p_110999_) -
Uses of BlockColors in net.minecraft.client.resources.model
Modifier and TypeFieldDescriptionprivate final BlockColors
ModelBakery.blockColors
private final BlockColors
ModelManager.blockColors
ModifierConstructorDescriptionModelBakery
(BlockColors p_249183_, ProfilerFiller p_252014_, Map<ResourceLocation, BlockModel> p_251087_, Map<ResourceLocation, List<ModelBakery.LoadedJson>> p_250416_) ModelManager
(TextureManager p_119406_, BlockColors p_119407_, int p_119408_) -
Uses of BlockColors in net.neoforged.neoforge.client
Modifier and TypeMethodDescriptionstatic void
ClientHooks.onBlockColorsInit
(BlockColors blockColors) static void
ClientHooks.onItemColorsInit
(ItemColors itemColors, BlockColors blockColors) -
Uses of BlockColors in net.neoforged.neoforge.client.event
Modifier and TypeFieldDescriptionprivate final BlockColors
RegisterColorHandlersEvent.Block.blockColors
private final BlockColors
RegisterColorHandlersEvent.Item.blockColors
Modifier and TypeMethodDescriptionRegisterColorHandlersEvent.Block.getBlockColors()
Returns the block colors registry.RegisterColorHandlersEvent.Item.getBlockColors()
Returns the block colors registry.ModifierConstructorDescriptionBlock
(BlockColors blockColors) Item
(ItemColors itemColors, BlockColors blockColors) -
Uses of BlockColors in net.neoforged.neoforge.client.model.lighting
ModifierConstructorDescriptionFlatQuadLighter
(BlockColors colors) protected
QuadLighter
(BlockColors colors) SmoothQuadLighter
(BlockColors colors)