Uses of Class
net.minecraft.client.renderer.BlockRendererDispatcher
-
Packages that use BlockRendererDispatcher Package Description net.minecraft.client net.minecraft.client.renderer.tileentity net.minecraftforge.client net.minecraftforge.client.model.animation -
-
Uses of BlockRendererDispatcher in net.minecraft.client
Fields in net.minecraft.client declared as BlockRendererDispatcher Modifier and Type Field Description private BlockRendererDispatcher
Minecraft. blockRenderer
Methods in net.minecraft.client that return BlockRendererDispatcher Modifier and Type Method Description BlockRendererDispatcher
Minecraft. getBlockRenderer()
-
Uses of BlockRendererDispatcher in net.minecraft.client.renderer.tileentity
Fields in net.minecraft.client.renderer.tileentity declared as BlockRendererDispatcher Modifier and Type Field Description private BlockRendererDispatcher
PistonTileEntityRenderer. blockRenderer
-
Uses of BlockRendererDispatcher in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type BlockRendererDispatcher Modifier and Type Method Description static void
ForgeHooksClient. renderPistonMovedBlocks(BlockPos pos, BlockState state, MatrixStack stack, IRenderTypeBuffer buffer, World world, boolean checkSides, int combinedOverlay, BlockRendererDispatcher blockRenderer)
-
Uses of BlockRendererDispatcher in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation declared as BlockRendererDispatcher Modifier and Type Field Description protected static BlockRendererDispatcher
TileEntityRendererAnimation. blockRenderer
-