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 BlockRenderDispatcherBlockEntityRenderDispatcher.blockRenderDispatcherprivate final BlockRenderDispatcherBlockEntityRendererProvider.Context.blockRenderDispatcherprivate final BlockRenderDispatcherPistonHeadRenderer.blockRendererMethods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherConstructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher(Font font, Supplier<EntityModelSet> entityModelSet, BlockRenderDispatcher blockRenderDispatcher, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer) Context(BlockEntityRenderDispatcher blockEntityRenderDispatcher, BlockRenderDispatcher blockRenderDispatcher, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer, EntityModelSet modelSet, Font font) -
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, TracingExecutor executor, RenderBuffers buffer, 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 BlockRenderDispatcherAbstractMinecartRenderer.blockRendererprivate final BlockRenderDispatcherDisplayRenderer.BlockDisplayRenderer.blockRendererprivate final BlockRenderDispatcherItemFrameRenderer.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, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, ResourceManager resourceManager, EntityModelSet modelSet, EquipmentAssetManager equipmentAssets, Font font) EntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentModels) -
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<EndermanRenderState, EndermanModel<EndermanRenderState>> renderer, BlockRenderDispatcher blockRenderer) IronGolemFlowerLayer(RenderLayerParent<IronGolemRenderState, IronGolemModel> renderer, BlockRenderDispatcher blockRenderer) MushroomCowMushroomLayer(RenderLayerParent<MushroomCowRenderState, CowModel> renderer, BlockRenderDispatcher blockRenderer) SnowGolemHeadLayer(RenderLayerParent<SnowGolemRenderState, SnowGolemModel> renderer, BlockRenderDispatcher blockRenderer) -
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)