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 BlockRenderDispatcherMethods 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 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 p_234440_, BlockRenderDispatcher p_234441_, ItemRenderer p_234442_, EntityRenderDispatcher p_234443_, EntityModelSet p_234444_, Font p_234445_) Constructor parameters in net.minecraft.client.renderer.blockentity with type arguments of type BlockRenderDispatcherModifierConstructorDescriptionBlockEntityRenderDispatcher
(Font p_234432_, EntityModelSet p_234433_, Supplier<BlockRenderDispatcher> p_234434_, Supplier<ItemRenderer> p_234435_, Supplier<EntityRenderDispatcher> p_234436_) -
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 p_234662_, BlockState p_234663_, PoseStack p_234664_, MultiBufferSource p_234665_, int p_234666_, boolean p_234667_) Constructors in net.minecraft.client.renderer.entity with parameters of type BlockRenderDispatcherModifierConstructorDescriptionContext
(EntityRenderDispatcher p_234590_, ItemRenderer p_234591_, BlockRenderDispatcher p_234592_, ItemInHandRenderer p_234593_, ResourceManager p_234594_, EntityModelSet p_234595_, Font p_234596_) EntityRenderDispatcher
(Minecraft p_234579_, TextureManager p_234580_, ItemRenderer p_234581_, BlockRenderDispatcher p_234582_, Font p_234583_, Options p_234584_, EntityModelSet p_234585_) -
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>> p_234814_, BlockRenderDispatcher p_234815_) IronGolemFlowerLayer
(RenderLayerParent<IronGolem, IronGolemModel<IronGolem>> p_234842_, BlockRenderDispatcher p_234843_) MushroomCowMushroomLayer
(RenderLayerParent<T, CowModel<T>> p_234850_, BlockRenderDispatcher p_234851_) SnowGolemHeadLayer
(RenderLayerParent<SnowGolem, SnowGolemModel<SnowGolem>> p_234871_, BlockRenderDispatcher p_234872_, ItemRenderer p_234873_) -
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)