net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

cno
net.minecraft.unmapped.C_73390696
net.minecraft.client.render.block.entity.BlockEntityRenderDispatcher

Field summary

Modifier and TypeField
private Map
m
f_30948475
renderers
public static BlockEntityRenderDispatcher
a
f_87512249
INSTANCE
private TextRenderer
n
f_71632104
textRenderer
public static double
b
f_40384514
offsetX
public static double
c
f_81275363
offsetY
public static double
d
f_29392917
offsetZ
public TextureManager
e
f_34833512
textureManager
public World
f
f_43340783
world
public Entity
g
f_99707055
camera
public float
h
f_13042748
cameraYaw
public float
i
f_17850737
cameraPitch
public double
j
f_72137092
cameraX
public double
k
f_57748606
cameraY
public double
l
f_48255563
cameraZ

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public BlockEntityRenderer
a(Class arg0)
m_41930510(Class arg0)
getRenderer(Class type)
public boolean
a(bcm arg0)
m_24675746(C_40735137 arg0)
hasRenderer(BlockEntity blockEntity)
public BlockEntityRenderer
b(bcm arg0)
m_35890212(C_40735137 arg0)
getRenderer(BlockEntity blockEntity)
public void
a(aqu arg0, cug arg1, bty arg2, wv arg3, float arg4)
m_32487759(C_64041439 arg0, C_82920792 arg1, C_23014920 arg2, C_42232651 arg3, float arg4)
prepare(World world, TextureManager textureManager, TextRenderer textRenderer, Entity camera, float tickDelta)
public void
a(bcm arg0, float arg1, int arg2)
m_21260670(C_40735137 arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
public void
a(bcm 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)
public void
a(bcm arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
m_95164519(C_40735137 arg0, double arg1, double arg2, double arg3, float arg4, int arg5)
render(BlockEntity blockEntity, double dx, double dy, double dz, float tickDelta, int blockMiningProgress)
public void
a(aqu arg0)
m_34727906(C_64041439 arg0)
setWorld(World world)
public TextRenderer
a()
m_15074187()
getTextRenderer()