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

31 lines
864 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;
2018-11-04 04:35:30 -05:00
FIELD b renderOffsetX D
FIELD c renderOffsetY D
FIELD d renderOffsetZ D
2018-10-31 12:57:21 -04:00
FIELD e textureManager Ldjc;
FIELD f world Lazt;
2018-11-04 04:35:30 -05:00
FIELD g cameraEntity Lafv;
FIELD h cameraYaw F
FIELD i cameraPitch F
FIELD j hitResult Lcij;
FIELD k cameraX D
FIELD l cameraY D
FIELD m cameraZ D
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-11-04 04:35:30 -05:00
METHOD a configure (Lazt;Ldjc;Lcmc;Lafv;Lcij;F)V
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-11-04 04:35:30 -05:00
METHOD a renderEntity (Lbll;DDDF)V
2017-05-13 02:02:51 -04:00
ARG 0 blockEntity
ARG 4 deltaTicks
2018-11-04 04:35:30 -05:00
METHOD a renderEntity (Lbll;DDDFIZ)V
METHOD a render (Lbll;FI)V
2018-10-31 12:57:21 -04:00
METHOD a get (Ljava/lang/Class;)Ldbt;
2017-05-13 02:02:51 -04:00
ARG 0 blockEntityClass
2018-11-04 04:35:30 -05:00
METHOD b renderEntity (Lbll;)V