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

18 lines
513 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS dbs net/minecraft/client/render/block/entity/BlockEntityRenderManager
FIELD a instance Ldbs;
FIELD e textureManager Ldjc;
FIELD f world Lazt;
2016-09-14 16:57:36 -04:00
FIELD n blockEntityRenderers Ljava/util/Map;
2018-10-31 12:57:21 -04:00
FIELD o fontRenderer Lcmc;
METHOD a getFontRenderer ()Lcmc;
METHOD a setWorld (Lazt;)V
2017-05-13 02:02:51 -04:00
ARG 0 world
2018-10-31 12:57:21 -04:00
METHOD a get (Lbll;)Ldbt;
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
2018-10-31 12:57:21 -04:00
METHOD a render (Lbll;DDDF)V
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
ARG 4 deltaTicks
2018-10-31 12:57:21 -04:00
METHOD a render (Lbll;DDDFIZ)V
METHOD a get (Ljava/lang/Class;)Ldbt;
2017-05-13 02:02:51 -04:00
ARG 0 blockEntityClass