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

15 lines
425 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dgt net/minecraft/client/render/entity/EntityRenderer
2018-11-27 13:50:51 -05:00
FIELD a SHADOW_TEX Lpy;
2018-11-29 15:10:38 -05:00
FIELD b renderManager Ldgs;
METHOD a getTexture (Lagi;)Lpy;
METHOD a renderEntityOnFire (Lagi;DDDF)V
2018-11-04 07:22:38 -05:00
ARG 2 x
ARG 4 y
2018-11-29 15:10:38 -05:00
METHOD a renderEntityLabel (Lagi;Ljava/lang/String;DDDI)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
ARG 2 text
2018-11-27 13:50:51 -05:00
METHOD a bindTexture (Lpy;)V
2018-11-21 11:58:05 -05:00
METHOD an_ hasSecondPass ()Z
2018-11-29 15:10:38 -05:00
METHOD d getFontRenderer ()Lcoj;
METHOD e getRenderManager ()Ldgs;