net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

bhc
net.minecraft.class_598
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher

Field summary

Modifier and TypeField
private Map<Class<? extends BlockEntity>, BlockEntityRenderer<? extends BlockEntity>>
m
field_2200
renderers
mapSpecialRenderers
public static BlockEntityRenderDispatcher
a
field_2188
INSTANCE
instance
private TextRenderer
n
field_2201
textRenderer
fontRenderer
public static double
b
field_2189
offsetX
staticPlayerX
public static double
c
field_2190
offsetY
staticPlayerY
public static double
d
field_2191
offsetZ
staticPlayerZ
public TextureManager
e
field_6602
textureManager
renderEngine
public World
f
field_2193
world
worldObj
public Entity
g
field_11014
camera
entity
public float
h
field_2195
cameraYaw
entityYaw
public float
i
field_2196
cameraPitch
entityPitch
public double
j
field_2197
cameraX
entityX
public double
k
field_2198
cameraY
entityY
public double
l
field_2199
cameraZ
entityZ

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public <T extends BlockEntity> BlockEntityRenderer<T>
a(Class<? extends akw> arg0)
method_1627(Class<? extends class_226> arg0)
getRenderer(Class<? extends BlockEntity> type)
getSpecialRendererByClass(Class<? extends TileEntity> teClass)
public <T extends BlockEntity> BlockEntityRenderer<T>
b(akw arg0)
method_1630(class_226 arg0)
getRenderer(BlockEntity blockEntity)
getSpecialRenderer(TileEntity tileEntityIn)
public void
a(adm arg0, bmj arg1, avn arg2, pk arg3, float arg4)
method_1629(class_1150 arg0, class_1532 arg1, class_370 arg2, class_864 arg3, float arg4)
prepare(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, float tickDelta)
cacheActiveRenderInfo(World worldIn, TextureManager textureManagerIn, FontRenderer fontrendererIn, Entity entityIn, float partialTicks)
public void
a(akw arg0, float arg1, int arg2)
method_10101(class_226 arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
renderTileEntity(TileEntity tileentityIn, float partialTicks, int destroyStage)
public void
a(akw arg0, double arg1, double arg2, double arg3, float arg4)
method_1625(class_226 arg0, double arg1, double arg2, double arg3, float arg4)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta)
renderTileEntityAt(TileEntity tileEntityIn, double x, double y, double z, float partialTicks)
public void
a(akw arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
method_10100(class_226 arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress)
renderTileEntityAt(TileEntity tileEntityIn, double x, double y, double z, float partialTicks, int destroyStage)
public void
a(adm arg0)
method_1628(class_1150 arg0)
setWorld(World world)
setWorld(World worldIn)
public TextRenderer
a()
method_1623()
getTextRenderer()
getFontRenderer()