net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

cvp
net.minecraft.unmapped.C_73390696
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher
net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher

Field summary

Modifier and TypeField
private final Map<Class<? extends BlockEntity>, BlockEntityRenderer<? extends BlockEntity>>
n
f_30948475
renderers
field_147559_m
public static BlockEntityRenderDispatcher
a
f_87512249
INSTANCE
field_147556_a
private TextRenderer
o
f_71632104
textRenderer
field_147557_n
public static double
b
f_40384514
offsetX
field_147554_b
public static double
c
f_81275363
offsetY
field_147555_c
public static double
d
f_29392917
offsetZ
field_147552_d
public TextureManager
e
f_34833512
textureManager
field_147553_e
public World
f
f_43340783
world
field_147550_f
public Entity
g
f_99707055
camera
field_147551_g
public float
h
f_13042748
cameraYaw
field_147562_h
public float
i
f_17850737
cameraPitch
field_147563_i
public HitResult
j
f_92942091
crosshairTarget
field_190057_j
public double
k
f_72137092
cameraX
field_147560_j
public double
l
f_57748606
cameraY
field_147561_k
public double
m
f_48255563
cameraZ
field_147558_l

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public <T extends BlockEntity> BlockEntityRenderer<T>
a(Class<? extends biz> arg0)
m_41930510(Class<? extends C_40735137> arg0)
getRenderer(Class<? extends BlockEntity> type)
func_147546_a(Class<? extends TileEntity> arg0)
public <T extends BlockEntity> BlockEntityRenderer<T>
a(biz arg0)
m_35890212(C_40735137 arg0)
getRenderer(BlockEntity blockEntity)
func_147547_b(TileEntity arg0)
public void
a(axs arg0, ddd arg1, cfz arg2, aeo arg3, cdq arg4, float arg5)
m_32487759(C_64041439 arg0, C_82920792 arg1, C_23014920 arg2, C_42232651 arg3, C_24654288 arg4, float arg5)
prepare(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, HitResult crosshairTarget, float tickDelta)
func_190056_a(World arg0, TextureManager arg1, FontRenderer arg2, Entity arg3, RayTraceResult arg4, float arg5)
public void
a(biz arg0, float arg1, int arg2)
m_21260670(C_40735137 arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
func_180546_a(TileEntity arg0, float arg1, int arg2)
public void
a(biz arg0, double arg1, double arg2, double arg3, float arg4)
m_08856340(C_40735137 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)
public void
b(biz arg0)
m_53440478(C_40735137 arg0)
render(BlockEntity blockEntity)
func_203601_b(TileEntity arg0)
public void
a(biz arg0, double arg1, double arg2, double arg3, float arg4, int arg5, boolean arg6)
m_95164519(C_40735137 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)
public void
a(axs arg0)
m_34727906(C_64041439 arg0)
setWorld(World world)
func_147543_a(World arg0)
public TextRenderer
a()
m_15074187()
getTextRenderer()
func_147548_a()