yarn/mappings/net/minecraft/client/render/entity/EntityRenderer.mapping

17 lines
435 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS bxn net/minecraft/client/render/entity/EntityRenderer
FIELD a SHADOW_TEX Lmd;
FIELD b renderManager Lbxm;
METHOD a bindTexture (Lmd;)V
2017-05-13 02:02:51 -04:00
ARG 0 identifier
METHOD a getTexture (Lub;)Lmd;
2017-05-13 02:02:51 -04:00
ARG 0 model
METHOD a renderEntityOnFire (Lub;DDDF)V
2017-05-13 02:02:51 -04:00
ARG 1 x
ARG 2 y
ARG 3 z
METHOD a renderEntityLabel (Lub;Ljava/lang/String;DDDI)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
ARG 1 text
METHOD d getFontRenderer ()Lbha;
METHOD e getRenderManager ()Lbxm;