yarn/mappings/net/minecraft/client/render/block/entity/BlockEntityRenderManager.ma...

18 lines
513 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS bwv net/minecraft/client/render/block/entity/BlockEntityRenderManager
FIELD a instance Lbwv;
FIELD e textureManager Lcdp;
FIELD f world Lams;
2016-09-14 16:57:36 -04:00
FIELD n blockEntityRenderers Ljava/util/Map;
2017-06-08 10:01:49 -04:00
FIELD o fontRenderer Lbin;
METHOD a getFontRenderer ()Lbin;
METHOD a setWorld (Lams;)V
2017-05-13 02:02:51 -04:00
ARG 0 world
2017-06-08 10:01:49 -04:00
METHOD a get (Lavh;)Lbww;
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
2017-06-08 10:01:49 -04:00
METHOD a render (Lavh;DDDF)V
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
ARG 4 deltaTicks
2017-06-08 10:01:49 -04:00
METHOD a render (Lavh;DDDFIF)V
METHOD a get (Ljava/lang/Class;)Lbww;
2017-05-13 02:02:51 -04:00
ARG 0 blockEntityClass