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
Constructors in net.minecraft.client.renderer with parameters of type BlockRenderDispatcherModifierConstructorDescriptionGameRenderer(Minecraft minecraft, ItemInHandRenderer itemInHandRenderer, RenderBuffers renderBuffers, BlockRenderDispatcher blockRenderer) -
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.blockRenderDispatcherThe field for theblockRenderDispatcherrecord component.Methods in net.minecraft.client.renderer.blockentity that return BlockRenderDispatcherModifier and TypeMethodDescriptionBlockEntityRendererProvider.Context.blockRenderDispatcher()Returns the value of theblockRenderDispatcherrecord component.Constructors in net.minecraft.client.renderer.blockentity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher(Font font, Supplier<EntityModelSet> entityModelSet, BlockRenderDispatcher blockRenderDispatcher, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache) Context(BlockEntityRenderDispatcher blockEntityRenderDispatcher, BlockRenderDispatcher blockRenderDispatcher, ItemModelResolver itemModelResolver, ItemRenderer itemRenderer, EntityRenderDispatcher entityRenderer, EntityModelSet entityModelSet, Font font, SpriteGetter sprites, PlayerSkinRenderCache playerSkinRenderCache) Creates an instance of aContextrecord class. -
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 renderBuffers, BlockRenderDispatcher blockRenderer, BlockEntityRenderDispatcher blockEntityRenderDispatcher) -
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 BlockRenderDispatcherItemFrameRenderer.blockRendererMethods in net.minecraft.client.renderer.entity that return BlockRenderDispatcherConstructors 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, AtlasManager atlasManager, Font font, PlayerSkinRenderCache playerSkinRenderCache) EntityRenderDispatcher(Minecraft minecraft, TextureManager textureManager, ItemModelResolver itemModelResolver, MapRenderer mapRenderer, BlockRenderDispatcher blockRenderDispatcher, AtlasManager atlasManager, Font font, Options options, Supplier<EntityModelSet> entityModels, EquipmentAssetManager equipmentAssets, PlayerSkinRenderCache playerSkinRenderCache) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherMushroomCowMushroomLayer.blockRendererprivate final BlockRenderDispatcherSnowGolemHeadLayer.blockRendererConstructors in net.minecraft.client.renderer.entity.layers with parameters of type BlockRenderDispatcherModifierConstructorDescriptionMushroomCowMushroomLayer(RenderLayerParent<MushroomCowRenderState, CowModel> renderer, BlockRenderDispatcher blockRenderer) SnowGolemHeadLayer(RenderLayerParent<SnowGolemRenderState, SnowGolemModel> renderer, BlockRenderDispatcher blockRenderer) -
Uses of BlockRenderDispatcher in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as BlockRenderDispatcherModifier and TypeFieldDescriptionprivate final BlockRenderDispatcherFeatureRenderDispatcher.blockRenderDispatcherMethods in net.minecraft.client.renderer.feature with parameters of type BlockRenderDispatcherModifier and TypeMethodDescriptionprivate voidBlockFeatureRenderer.renderBlockSubmits(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockRenderDispatcher blockRenderDispatcher, OutlineBufferSource outlineBufferSource, boolean translucent) private voidBlockFeatureRenderer.renderMovingBlockSubmits(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockRenderDispatcher blockRenderDispatcher, boolean translucent) voidBlockFeatureRenderer.renderSolid(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockRenderDispatcher blockRenderDispatcher, OutlineBufferSource outlineBufferSource) voidBlockFeatureRenderer.renderTranslucent(SubmitNodeCollection nodeCollection, MultiBufferSource.BufferSource bufferSource, BlockRenderDispatcher blockRenderDispatcher, OutlineBufferSource outlineBufferSource) Constructors in net.minecraft.client.renderer.feature with parameters of type BlockRenderDispatcherModifierConstructorDescriptionFeatureRenderDispatcher(SubmitNodeStorage submitNodeStorage, BlockRenderDispatcher blockRenderDispatcher, MultiBufferSource.BufferSource bufferSource, AtlasManager atlasManager, OutlineBufferSource outlineBufferSource, MultiBufferSource.BufferSource crumblingBufferSource, Font font)