net.minecraft.client.render.entity

public abstract class EntityRenderer

cpu
net.minecraft.unmapped.C_53593123
net.minecraft.client.render.entity.EntityRenderer

Field summary

Modifier and TypeField
private static final Identifier
a
f_46691303
SHADOW_LOCATION
protected final EntityRenderDispatcher
b
f_93698334
dispatcher
protected float
c
f_62491925
shadowSize
protected float
d
f_01750054
shadowDarkness

Constructor summary

ModifierConstructor
protected (EntityRenderDispatcher dispatcher)

Method summary

Modifier and TypeMethod
public boolean
a(wv arg0, cox arg1, double arg2, double arg3, double arg4)
m_89292465(C_42232651 arg0, C_93187338 arg1, double arg2, double arg3, double arg4)
shouldRender(Entity entity, Culler view, double cameraX, double cameraY, double cameraZ)
public void
a(wv arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
m_58971924(C_42232651 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
render(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta)
protected void
a(wv arg0, double arg1, double arg2, double arg3)
m_98607533(C_42232651 arg0, double arg1, double arg2, double arg3)
renderNameTag(Entity entity, double dx, double dy, double dz)
protected boolean
b(wv arg0)
m_03922611(C_42232651 arg0)
shouldRenderNameTag(Entity entity)
protected void
a(wv arg0, double arg1, double arg2, double arg3, String arg4, float arg5, double arg6)
m_21149051(C_42232651 arg0, double arg1, double arg2, double arg3, String arg4, float arg5, double arg6)
renderNameTag(Entity entity, double dx, double dy, double dz, String name, float tickDelta, double squaredDistance)
protected abstract Identifier
a(wv arg0)
m_01263179(C_42232651 arg0)
getTextureLocation(Entity entity)
protected boolean
c(wv arg0)
m_62969686(C_42232651 arg0)
bindTexture(Entity entity)
public void
a(oa arg0)
m_60765443(C_22168528 arg0)
bindTexture(Identifier location)
private void
a(wv arg0, double arg1, double arg2, double arg3, float arg4)
m_96676879(C_42232651 arg0, double arg1, double arg2, double arg3, float arg4)
renderOnFire(Entity entity, double dx, double dy, double dz, float tickDelta)
private void
c(wv arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
m_05442216(C_42232651 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
renderShadow(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta)
private World
a()
m_70600480()
getWorld()
private void
a(atr arg0, double arg1, double arg2, double arg3, dt arg4, float arg5, float arg6, double arg7, double arg8, double arg9)
m_39749029(C_81592558 arg0, double arg1, double arg2, double arg3, C_32594356 arg4, float arg5, float arg6, double arg7, double arg8, double arg9)
renderShadowOnBlock(Block block, double dx, double dy, double dz, BlockPos pos, float yaw, float shadowSize, double cx, double cy, double cz)
public static void
a(brt arg0, double arg1, double arg2, double arg3)
m_00188920(C_82690114 arg0, double arg1, double arg2, double arg3)
renderShape(Box shape, double dx, double dy, double dz)
public void
b(wv arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
m_33586647(C_42232651 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
postRender(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta)
public TextRenderer
c()
m_43404092()
getTextRenderer()
protected void
a(wv arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
m_28017159(C_42232651 arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
renderNameTag(Entity entity, String name, double dx, double dy, double dz, int distance)
public EntityRenderDispatcher
d()
m_92313062()
getDispatcher()