Uses of Class
net.minecraft.client.renderer.block.BlockRenderDispatcher
Packages that use BlockRenderDispatcher
Package
Description
-
Uses of BlockRenderDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
Minecraft.blockRenderer
The BlockRenderDispatcher instance that will be used based off gamesettingsMethods in net.minecraft.client that return BlockRenderDispatcher -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.blockentity
Fields in net.minecraft.client.renderer.blockentity declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
BlockEntityRendererProvider.Context.blockRenderDispatcher
private final BlockRenderDispatcher
PistonHeadRenderer.blockRenderer
Fields in net.minecraft.client.renderer.blockentity with type parameters of type BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final Supplier
<BlockRenderDispatcher> BlockEntityRenderDispatcher.blockRenderDispatcher
Methods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherConstructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext
(BlockEntityRenderDispatcher pBlockEntityRenderDispatcher, BlockRenderDispatcher pBlockRenderDispatcher, ItemRenderer pItemRenderer, EntityRenderDispatcher pEntityRenderer, EntityModelSet pModelSet, Font pFont) Constructor parameters in net.minecraft.client.renderer.blockentity with type arguments of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher
(Font pFont, EntityModelSet pEntityModelSet, Supplier<BlockRenderDispatcher> pBlockRenderDispatcher, Supplier<ItemRenderer> pItemRenderer, Supplier<EntityRenderDispatcher> pEntityRenderer) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
SectionCompiler.blockRenderer
Constructors in net.minecraft.client.renderer.chunk with parameters of type BlockRenderDispatcherModifierConstructorDescriptionSectionCompiler
(BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) SectionRenderDispatcher
(ClientLevel pLevel, LevelRenderer pRenderer, Executor pExecutor, RenderBuffers pBuffers, BlockRenderDispatcher pBlockRenderer, BlockEntityRenderDispatcher pBlockEntityRenderer) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
EntityRenderDispatcher.blockRenderDispatcher
private final BlockRenderDispatcher
EntityRendererProvider.Context.blockRenderDispatcher
private final BlockRenderDispatcher
DisplayRenderer.BlockDisplayRenderer.blockRenderer
private final BlockRenderDispatcher
ItemFrameRenderer.blockRenderer
private final BlockRenderDispatcher
MinecartRenderer.blockRenderer
private final BlockRenderDispatcher
TntMinecartRenderer.blockRenderer
private final BlockRenderDispatcher
TntRenderer.blockRenderer
private final BlockRenderDispatcher
FallingBlockRenderer.dispatcher
Methods in net.minecraft.client.renderer.entity that return BlockRenderDispatcherMethods in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionstatic void
TntMinecartRenderer.renderWhiteSolidBlock
(BlockRenderDispatcher pBlockRenderDispatcher, BlockState pState, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight, boolean pWhiteOverlay) Constructors in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext
(EntityRenderDispatcher pEntityRenderDispatcher, ItemRenderer pItemRenderer, BlockRenderDispatcher pBlockRenderDispatcher, ItemInHandRenderer pItemInHandRenderer, ResourceManager pResourceManager, EntityModelSet pModelSet, Font pFont) EntityRenderDispatcher
(Minecraft pMinecraft, TextureManager pTextureManager, ItemRenderer pItemRenderer, BlockRenderDispatcher pBlockRenderDispatcher, Font pFont, Options pOptions, EntityModelSet pEntityModels) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcher
CarriedBlockLayer.blockRenderer
private final BlockRenderDispatcher
IronGolemFlowerLayer.blockRenderer
private final BlockRenderDispatcher
MushroomCowMushroomLayer.blockRenderer
private final BlockRenderDispatcher
SnowGolemHeadLayer.blockRenderer
Constructors in net.minecraft.client.renderer.entity.layers with parameters of type BlockRenderDispatcherModifierConstructorDescriptionCarriedBlockLayer
(RenderLayerParent<EnderMan, EndermanModel<EnderMan>> pRenderer, BlockRenderDispatcher pBlockRenderer) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> pRenderer, BlockRenderDispatcher pBlockRenderer) MushroomCowMushroomLayer
(RenderLayerParent<T, CowModel<T>> pRenderer, BlockRenderDispatcher pBlockRenderer) SnowGolemHeadLayer
(RenderLayerParent<SnowGolem, SnowGolemModel<SnowGolem>> pRenderer, BlockRenderDispatcher pBlockRenderer, ItemRenderer pItemRenderer) -
Uses of BlockRenderDispatcher in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionstatic void
ClientHooks.renderPistonMovedBlocks
(BlockPos pos, BlockState state, PoseStack stack, MultiBufferSource bufferSource, Level level, boolean checkSides, int packedOverlay, BlockRenderDispatcher blockRenderer)