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 BlockRenderDispatcherMinecraft.blockRendererThe 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 BlockRenderDispatcherBlockEntityRendererProvider.Context.blockRenderDispatcherprivate final BlockRenderDispatcherPistonHeadRenderer.blockRendererFields in net.minecraft.client.renderer.blockentity with type parameters of type BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final Supplier<BlockRenderDispatcher> BlockEntityRenderDispatcher.blockRenderDispatcherMethods 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 BlockRenderDispatcherSectionCompiler.blockRendererConstructors 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 BlockRenderDispatcherEntityRenderDispatcher.blockRenderDispatcherprivate final BlockRenderDispatcherEntityRendererProvider.Context.blockRenderDispatcherprivate final BlockRenderDispatcherDisplayRenderer.BlockDisplayRenderer.blockRendererprivate final BlockRenderDispatcherItemFrameRenderer.blockRendererprivate final BlockRenderDispatcherMinecartRenderer.blockRendererprivate final BlockRenderDispatcherTntMinecartRenderer.blockRendererprivate final BlockRenderDispatcherTntRenderer.blockRendererprivate final BlockRenderDispatcherFallingBlockRenderer.dispatcherMethods in net.minecraft.client.renderer.entity that return BlockRenderDispatcherMethods in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionstatic voidTntMinecartRenderer.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 BlockRenderDispatcherCarriedBlockLayer.blockRendererprivate final BlockRenderDispatcherIronGolemFlowerLayer.blockRendererprivate final BlockRenderDispatcherMushroomCowMushroomLayer.blockRendererprivate final BlockRenderDispatcherSnowGolemHeadLayer.blockRendererConstructors 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 voidClientHooks.renderPistonMovedBlocks(BlockPos pos, BlockState state, PoseStack stack, MultiBufferSource bufferSource, Level level, boolean checkSides, int packedOverlay, BlockRenderDispatcher blockRenderer)