net.minecraft.client.render.entity

public abstract class EntityRenderer<T extends Entity>

bsi
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
c
f_93698334
dispatcher
protected float
d
f_62491925
shadowSize
protected float
e
f_01750054
shadowDarkness
protected boolean
f
f_42057109
solidRender

Constructor summary

ModifierConstructor
protected (EntityRenderDispatcher dispatcher)

Method summary

Modifier and TypeMethod
public void
a(boolean arg0)
m_40931440(boolean arg0)
setSolidRender(boolean solidRender)
public boolean
a(T arg0, brf 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 int
c(T arg0)
m_90314211(T arg0)
getTeamColor(T entity)
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, double arg5)
m_21149051(T arg0, double arg1, double arg2, double arg3, String arg4, double arg5)
renderNameTag(T entity, double x, double y, double z, String name, double range)
protected abstract Identifier
a(T arg0)
m_01263179(T arg0)
getTextureLocation(T entity)
protected boolean
d(T arg0)
m_62969686(T arg0)
bindTexture(T entity)
public void
a(kn arg0)
m_60765443(C_22168528 arg0)
bindTexture(Identifier location)
private void
a(rw 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
d(rw 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
b()
m_70600480()
getWorld()
private void
a(ars arg0, double arg1, double arg2, double arg3, cm arg4, float arg5, float arg6, double arg7, double arg8, double arg9)
m_39749029(C_15815210 arg0, double arg1, double arg2, double arg3, C_32594356 arg4, float arg5, float arg6, double arg7, double arg8, double arg9)
renderShadowOnBlock(BlockState state, double dx, double dy, double dz, BlockPos pos, float yaw, float shadowSize, double cx, double cy, double cz)
public static void
a(bby 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
c(rw 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()
public boolean
J_()
m_90843462()
hasSecondPass()
public void
b(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
m_58550128(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
renderSecondPass(T entity, double dx, double dy, double dz, float yaw, float tickDelta)