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 blockEntityRenderDispatcher, BlockRenderDispatcher blockRenderDispatcher, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer, EntityModelSet modelSet, Font font) Constructor parameters in net.minecraft.client.renderer.blockentity with type arguments of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher
(Font font, EntityModelSet entityModelSet, Supplier<BlockRenderDispatcher> blockRenderDispatcher, Supplier<ItemRenderer> itemRenderer, Supplier<EntityRenderDispatcher> entityRenderer) -
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 blockRenderer, BlockEntityRenderDispatcher blockEntityRenderer) SectionRenderDispatcher
(ClientLevel level, LevelRenderer renderer, Executor executor, RenderBuffers buffers, BlockRenderDispatcher blockRenderer, BlockEntityRenderDispatcher blockEntityRenderer) -
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 blockRenderDispatcher, BlockState state, PoseStack poseStack, MultiBufferSource buffer, int packedLight, boolean whiteOverlay) Constructors in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext
(EntityRenderDispatcher entityRenderDispatcher, ItemRenderer itemRenderer, BlockRenderDispatcher blockRenderDispatcher, ItemInHandRenderer itemInHandRenderer, ResourceManager resourceManager, EntityModelSet modelSet, Font font) EntityRenderDispatcher
(Minecraft minecraft, TextureManager textureManager, ItemRenderer itemRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, EntityModelSet entityModels) -
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>> renderer, BlockRenderDispatcher blockRenderer) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> renderer, BlockRenderDispatcher blockRenderer) MushroomCowMushroomLayer
(RenderLayerParent<T, CowModel<T>> renderer, BlockRenderDispatcher blockRenderer) SnowGolemHeadLayer
(RenderLayerParent<SnowGolem, SnowGolemModel<SnowGolem>> renderer, BlockRenderDispatcher blockRenderer, ItemRenderer itemRenderer) -
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)