net.minecraft.client.render.block.entity

public class BlockEntityRenderDispatcher

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

Field summary

Modifier and TypeField
private final Map<Class<? extends BlockEntity>, BlockEntityRenderer<? extends BlockEntity>>
n
f_30948475
renderers
public static BlockEntityRenderDispatcher
a
f_87512249
INSTANCE
private TextRenderer
o
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 HitResult
j
f_92942091
crosshairTarget
public double
k
f_72137092
cameraX
public double
l
f_57748606
cameraY
public double
m
f_48255563
cameraZ

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public <T extends BlockEntity> BlockEntityRenderer<T>
a(Class<? extends asa> arg0)
m_41930510(Class<? extends C_40735137> arg0)
getRenderer(Class<? extends BlockEntity> type)
public <T extends BlockEntity> BlockEntityRenderer<T>
a(asa arg0)
m_35890212(C_40735137 arg0)
getRenderer(BlockEntity blockEntity)
public void
a(ajq arg0, byx arg1, bfe arg2, sm arg3, bds 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)
public void
a(asa arg0, float arg1, int arg2)
m_21260670(C_40735137 arg0, float arg1, int arg2)
render(BlockEntity blockEntity, float tickDelta, int blockMiningProgress)
public void
a(asa 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(asa 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(ajq arg0)
m_34727906(C_64041439 arg0)
setWorld(World world)
public TextRenderer
a()
m_15074187()
getTextRenderer()