net.minecraft.client.renderer.entity

public abstract class EntityRenderer<T extends Entity>

dvd
net.minecraft.client.renderer.entity.EntityRenderer
net.minecraft.class_897
net.minecraft.client.render.entity.EntityRenderer
net.minecraft.client.renderer.entity.EntityRenderer

Field summary

Modifier and TypeField
protected final EntityRenderDispatcher
b
entityRenderDispatcher
field_4676
renderManager
field_76990_c
protected float
c
shadowRadius
field_4673
shadowSize
field_76989_e
protected float
d
shadowStrength
field_4672
shadowDarkness
field_76987_f

Constructor summary

ModifierConstructor
protected (EntityRenderDispatcher arg0)

Method summary

Modifier and TypeMethod
public final int
c(T arg0, float arg1)
getPackedLightCoords(T arg0, float arg1)
method_24088(T arg0, float arg1)
getLight(T entity, float tickDelta)
func_229100_c_(T arg0, float arg1)
protected int
a(T arg0, float arg1)
getBlockLightLevel(T arg0, float arg1)
method_24087(T arg0, float arg1)
getBlockLight(T entity, float tickDelta)
func_225624_a_(T arg0, float arg1)
public boolean
a(T arg0, dtj arg1, double arg2, double arg3, double arg4)
shouldRender(T arg0, Frustum arg1, double arg2, double arg3, double arg4)
method_3933(T arg0, class_4604 arg1, double arg2, double arg3, double arg4)
shouldRender(T entity, Frustum visibleRegion, double cameraX, double cameraY, double cameraZ)
func_225626_a_(T arg0, ClippingHelperImpl arg1, double arg2, double arg3, double arg4)
public Vec3
b(T arg0, float arg1)
getRenderOffset(T arg0, float arg1)
method_23169(T arg0, float arg1)
getPositionOffset(T entity, float tickDelta)
func_225627_b_(T arg0, float arg1)
public void
a(T arg0, float arg1, float arg2, cyi arg3, dqq arg4, int arg5)
render(T arg0, float arg1, float arg2, PoseStack arg3, MultiBufferSource arg4, int arg5)
method_3936(T arg0, float arg1, float arg2, class_4587 arg3, class_4597 arg4, int arg5)
render(T entity, float yaw, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light)
func_225623_a_(T arg0, float arg1, float arg2, MatrixStack arg3, IRenderTypeBuffer arg4, int arg5)
protected boolean
b(T arg0)
shouldShowName(T arg0)
method_3921(T arg0)
hasLabel(T entity)
func_177070_b(T arg0)
public abstract ResourceLocation
a(T arg0)
getTextureLocation(T arg0)
method_3931(T arg0)
getTexture(T entity)
func_110775_a(T arg0)
public Font
a()
getFont()
method_3932()
getFontRenderer()
func_76983_a()
protected void
a(T arg0, String arg1, cyi arg2, dqq arg3, int arg4)
renderNameTag(T arg0, String arg1, PoseStack arg2, MultiBufferSource arg3, int arg4)
method_3926(T arg0, String arg1, class_4587 arg2, class_4597 arg3, int arg4)
renderLabelIfPresent(T entity, String arg1, MatrixStack arg2, VertexConsumerProvider arg3, int arg4)
func_225629_a_(T arg0, String arg1, MatrixStack arg2, IRenderTypeBuffer arg3, int arg4)
public EntityRenderDispatcher
b()
getDispatcher()
method_3940()
getRenderManager()
func_177068_d()