net.minecraft.client.render.entity

public abstract class EntityRenderer<T extends Entity>

biv
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(T arg0, bia arg1, double arg2, double arg3, double arg4)
m_89292465(T arg0, C_93187338 arg1, double arg2, double arg3, double arg4)
shouldRender(T entity, Culler view, double cameraX, double cameraY, double cameraZ)
public void
a(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
m_58971924(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
render(T entity, double dx, double dy, double dz, float yaw, float tickDelta)
protected void
a(T arg0, double arg1, double arg2, double arg3)
m_98607533(T arg0, double arg1, double arg2, double arg3)
renderNameTag(T entity, double dx, double dy, double dz)
protected boolean
b(T arg0)
m_03922611(T arg0)
shouldRenderNameTag(T entity)
protected void
a(T arg0, double arg1, double arg2, double arg3, String arg4, float arg5, double arg6)
m_21149051(T arg0, double arg1, double arg2, double arg3, String arg4, float arg5, double arg6)
renderNameTag(T entity, double dx, double dy, double dz, String name, float tickDelta, double squaredDistance)
protected abstract Identifier
a(T arg0)
m_01263179(T arg0)
getTextureLocation(T entity)
protected boolean
c(T arg0)
m_62969686(T arg0)
bindTexture(T entity)
public void
a(jy arg0)
m_60765443(C_22168528 arg0)
bindTexture(Identifier location)
private void
a(pk 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(pk 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(afh arg0, double arg1, double arg2, double arg3, cj 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(aug 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(pk 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(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
m_28017159(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
renderNameTag(T entity, String name, double dx, double dy, double dz, int distance)
public EntityRenderDispatcher
d()
m_92313062()
getDispatcher()