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 BlockRendererDispatcherMinecraft. blockRendererMethods in net.minecraft.client that return BlockRendererDispatcher Modifier and Type Method Description BlockRendererDispatcherMinecraft. 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 BlockRendererDispatcherPistonTileEntityRenderer. blockRenderer -
Uses of BlockRendererDispatcher in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type BlockRendererDispatcher Modifier and Type Method Description static voidForgeHooksClient. 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 BlockRendererDispatcherTileEntityRendererAnimation. blockRenderer
-