yarn/mappings/net/minecraft/client/render/WorldRenderer.mapping

20 lines
509 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS buo net/minecraft/client/render/WorldRenderer
2016-08-28 14:29:00 -04:00
FIELD a anaglyphEnabled Z
2016-08-26 03:11:01 -04:00
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
2017-06-08 10:01:49 -04:00
FIELD f RAIN_LOC Lnd;
FIELD g SNOW_LOC Lnd;
FIELD h game Lbhz;
FIELD i resourceContainer Lcen;
2016-09-11 06:46:28 -04:00
FIELD j rand Ljava/util/Random;
2017-06-08 10:01:49 -04:00
METHOD <init> (Lbhz;Lcen;)V
ARG 0 game
ARG 1 resourceContainer
METHOD a draw (FJ)V
ARG 0 tickDelta
ARG 1 nanoTime
2017-06-08 10:01:49 -04:00
METHOD a onResourceReload (Lcen;)V
2017-05-13 02:02:51 -04:00
ARG 0 container
2017-06-08 10:01:49 -04:00
METHOD a onSetCameraEntity (Lve;)V
2017-05-13 02:02:51 -04:00
ARG 0 entity
2016-10-18 11:52:14 -04:00
METHOD e tick ()V