net.minecraft.client.render.entity

public class EntityRenderDispatcher

bnn
net.minecraft.class_550
net.minecraft.client.render.entity.EntityRenderDispatcher
net.minecraft.client.renderer.entity.RenderManager

Field summary

Modifier and TypeField
private Map
q
field_2108
renderers
entityRenderMap
public static EntityRenderDispatcher
a
field_2094
INSTANCE
instance
private TextRenderer
r
field_2109
textRenderer
textRenderer
public static double
b
field_2095
offsetX
renderPosX
public static double
c
field_2096
offsetY
renderPosY
public static double
d
field_2097
offsetZ
renderPosZ
public TextureManager
e
field_6481
textureManager
renderEngine
public ItemInHandRenderer
f
field_2099
itemInHandRenderer
itemRenderer
public World
g
field_2100
world
worldObj
public LivingEntity
h
field_6482
camera
livingPlayer
public Entity
i
field_7998
targetEntity
field_147941_i
public float
j
field_2102
cameraYaw
playerViewY
public float
k
field_2103
cameraPitch
playerViewX
public GameOptions
l
field_2104
options
options
public double
m
field_2105
cameraX
viewerPosX
public double
n
field_2106
cameraY
viewerPosY
public double
o
field_2107
cameraZ
viewerPosZ
public static boolean
p
field_5192
renderHitboxes
debugBoundingBox

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public EntityRenderer
a(Class arg0)
method_1518(Class arg0)
getRenderer(Class type)
getEntityClassRenderObject(Class arg0)
public EntityRenderer
a(sa arg0)
method_1519(class_864 arg0)
getRenderer(Entity entity)
getEntityRenderObject(Entity arg0)
public void
a(ahb arg0, bqf arg1, bbu arg2, sv arg3, sa arg4, bbj arg5, float arg6)
method_1523(class_1150 arg0, class_1532 arg1, class_370 arg2, class_1699 arg3, class_864 arg4, class_347 arg5, float arg6)
prepare(World world, TextureManager textureManager, TextRenderer font, LivingEntity camera, Entity targetEntity, GameOptions options, float tickDelta)
cacheActiveRenderInfo(World arg0, TextureManager arg1, FontRenderer arg2, EntityLivingBase arg3, Entity arg4, GameSettings arg5, float arg6)
public boolean
a(sa arg0, float arg1)
method_6914(class_864 arg0, float arg1)
render(Entity entity, float tickDelta)
renderEntitySimple(Entity arg0, float arg1)
public boolean
a(sa arg0, float arg1, boolean arg2)
method_6915(class_864 arg0, float arg1, boolean arg2)
render(Entity entity, float tickDelta, boolean skipHitbox)
renderEntityStatic(Entity arg0, float arg1, boolean arg2)
public boolean
a(sa arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
method_6912(class_864 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
render(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta)
renderEntityWithPosYaw(Entity arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
public boolean
a(sa arg0, double arg1, double arg2, double arg3, float arg4, float arg5, boolean arg6)
method_6913(class_864 arg0, double arg1, double arg2, double arg3, float arg4, float arg5, boolean arg6)
render(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta, boolean skipHitbox)
doRenderEntity(Entity arg0, double arg1, double arg2, double arg3, float arg4, float arg5, boolean arg6)
private void
b(sa arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
method_4328(class_864 arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
renderHitbox(Entity entity, double dx, double dy, double dz, float yaw, float tickDelta)
renderDebugBoundingBox(Entity arg0, double arg1, double arg2, double arg3, float arg4, float arg5)
public void
a(ahb arg0)
method_1522(class_1150 arg0)
setWorld(World world)
set(World arg0)
public double
a(double arg0, double arg1, double arg2)
method_1517(double arg0, double arg1, double arg2)
squaredDistanceToCamera(double x, double y, double z)
getDistanceToCamera(double arg0, double arg1, double arg2)
public TextRenderer
a()
method_1516()
getTextRenderer()
getFontRenderer()
public void
a(rg arg0)
method_5175(class_1558 arg0)
registerSprites(SpriteRegistry registry)
updateIcons(IIconRegister arg0)