net.minecraft.client.render.entity

public abstract class EntityRenderer<T extends Entity>

cyo
net.minecraft.unmapped.C_53593123
net.minecraft.client.render.entity.EntityRenderer
net.minecraft.client.renderer.entity.Render

Field summary

Modifier and TypeField
private static final Identifier
a
f_46691303
SHADOW_LOCATION
field_110778_a
protected final EntityRenderDispatcher
b
f_93698334
dispatcher
field_76990_c
protected float
c
f_62491925
shadowSize
field_76989_e
protected float
d
f_01750054
shadowDarkness
field_76987_f
protected boolean
e
f_42057109
solidRender
field_188301_f

Constructor summary

ModifierConstructor
protected (EntityRenderDispatcher dispatcher)

Method summary

Modifier and TypeMethod
public void
a(boolean arg0)
m_40931440(boolean arg0)
setSolidRender(boolean solidRender)
func_188297_a(boolean arg0)
public boolean
a(T arg0, cwy 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)
func_177071_a(T arg0, ICamera arg1, double arg2, double arg3, double arg4)
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)
func_76986_a(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
protected int
c(T arg0)
m_90314211(T arg0)
getTeamColor(T entity)
func_188298_c(T arg0)
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)
func_177067_a(T arg0, double arg1, double arg2, double arg3)
protected boolean
b(T arg0)
m_03922611(T arg0)
shouldRenderNameTag(T entity)
func_177070_b(T arg0)
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)
func_188296_a(T arg0, double arg1, double arg2, double arg3, String arg4, double arg5)
protected abstract Identifier
a(T arg0)
m_01263179(T arg0)
getTextureLocation(T entity)
func_110775_a(T arg0)
protected boolean
d(T arg0)
m_62969686(T arg0)
bindTexture(T entity)
func_180548_c(T arg0)
public void
a(pc arg0)
m_60765443(C_22168528 arg0)
bindTexture(Identifier location)
func_110776_a(ResourceLocation arg0)
private void
a(aer 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)
func_76977_a(Entity arg0, double arg1, double arg2, double arg3, float arg4)
private void
d(aer 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)
func_76975_c(Entity arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
private WorldView
b()
m_70600480()
getWorld()
func_76982_b()
private void
a(blb arg0, double arg1, double arg2, double arg3, el 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)
func_188299_a(IBlockState arg0, double arg1, double arg2, double arg3, BlockPos arg4, float arg5, float arg6, double arg7, double arg8, double arg9)
public static void
a(cdz 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)
func_76978_a(AxisAlignedBB arg0, double arg1, double arg2, double arg3)
public void
c(aer 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)
func_76979_b(Entity arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
public TextRenderer
d()
m_43404092()
getTextRenderer()
func_76983_a()
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)
func_147906_a(T arg0, String arg1, double arg2, double arg3, double arg4, int arg5)
public EntityRenderDispatcher
e()
m_92313062()
getDispatcher()
func_177068_d()
public boolean
al_()
m_90843462()
hasSecondPass()
func_188295_H_()
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)
func_188300_b(T arg0, double arg1, double arg2, double arg3, float arg4, float arg5)