net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

dmp
net.minecraft.class_824
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher
net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher

Field summary

Modifier and TypeField
private final Map<Class<? extends BlockEntity>, BlockEntityRenderer<? extends BlockEntity>>
i
field_4345
renderers
renderers
field_147559_m
renderers
public static final BlockEntityRenderDispatcher
a
field_4346
INSTANCE
INSTANCE
field_147556_a
instance
private TextRenderer
j
field_4342
fontRenderer
textRenderer
field_147557_n
fontRenderer
public static double
b
field_4343
renderOffsetX
offsetX
field_147554_b
staticPlayerX
public static double
c
field_4341
renderOffsetY
offsetY
field_147555_c
staticPlayerY
public static double
d
field_4340
renderOffsetZ
offsetZ
field_147552_d
staticPlayerZ
public TextureManager
e
field_4347
textureManager
textureManager
field_147553_e
textureManager
public World
f
field_4348
world
world
field_147550_f
world
public Camera
g
field_4344
cameraEntity
camera
field_217666_g
renderInfo
public HitResult
h
field_4350
hitResult
crosshairTarget
field_190057_j
cameraHitResult

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public <T extends BlockEntity> BlockEntityRenderer<T>
a(Class<? extends btr> arg0)
method_3550(Class<? extends class_2586> arg0)
get(Class<? extends BlockEntity> arg0)
getRenderer(Class<? extends BlockEntity> type)
func_147546_a(Class<? extends TileEntity> arg0)
getRenderer(Class<? extends TileEntity> teClass)
public <T extends BlockEntity> BlockEntityRenderer<T>
a(btr arg0)
method_3553(class_2586 arg0)
get(BlockEntity arg0)
getRenderer(BlockEntity blockEntity)
func_147547_b(TileEntity arg0)
getRenderer(TileEntity tileEntityIn)
public void
a(bhm arg0, duo arg1, cwg arg2, cvd arg3, crz arg4)
method_3549(class_1937 arg0, class_1060 arg1, class_327 arg2, class_4184 arg3, class_239 arg4)
configure(World arg0, TextureManager arg1, TextRenderer arg2, Camera arg3, HitResult arg4)
prepare(World arg0, TextureManager arg1, TextRenderer arg2, Camera arg3, HitResult arg4)
func_217665_a(World arg0, TextureManager arg1, FontRenderer arg2, ActiveRenderInfo arg3, RayTraceResult arg4)
func_217665_a(World arg0, TextureManager arg1, FontRenderer arg2, ActiveRenderInfo arg3, RayTraceResult arg4)
public void
a(btr arg0, float arg1, int arg2)
method_3555(class_2586 arg0, float arg1, int arg2)
render(BlockEntity arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
func_180546_a(TileEntity arg0, float arg1, int arg2)
render(TileEntity tileentityIn, float partialTicks, int destroyStage)
public void
a(btr arg0, double arg1, double arg2, double arg3, float arg4)
method_3548(class_2586 arg0, double arg1, double arg2, double arg3, float arg4)
renderEntity(BlockEntity arg0, double arg1, double arg2, double arg3, float arg4)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta)
func_147549_a(TileEntity arg0, double arg1, double arg2, double arg3, float arg4)
render(TileEntity tileEntityIn, double x, double y, double z, float partialTicks)
public void
b(btr arg0)
method_3552(class_2586 arg0)
renderEntity(BlockEntity arg0)
render(BlockEntity blockEntity)
func_203601_b(TileEntity arg0)
renderAsItem(TileEntity tileEntityIn)
public void
a(btr arg0, double arg1, double arg2, double arg3, float arg4, int arg5, boolean arg6)
method_3554(class_2586 arg0, double arg1, double arg2, double arg3, float arg4, int arg5, boolean arg6)
renderEntity(BlockEntity arg0, double arg1, double arg2, double arg3, float arg4, int arg5, boolean arg6)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress, boolean skipBlockCheck)
func_203602_a(TileEntity arg0, double arg1, double arg2, double arg3, float arg4, int arg5, boolean arg6)
render(TileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage, boolean arg6)
public void
a(bhm arg0)
method_3551(class_1937 arg0)
setWorld(World arg0)
setWorld(World world)
func_147543_a(World arg0)
setWorld(World worldIn)
public TextRenderer
a()
method_3556()
getFontRenderer()
getTextRenderer()
func_147548_a()
getFontRenderer()