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

13 lines
385 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS dbc net/minecraft/client/render/WorldRenderer
FIELD a firstPersonRenderer Ldbe;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
2018-11-15 12:05:03 -05:00
FIELD d RAIN_LOC Lpx;
FIELD e SNOW_LOC Lpx;
FIELD f game Lcmx;
FIELD g resourceContainer Lvy;
FIELD h rand Ljava/util/Random;
2018-11-15 12:05:03 -05:00
METHOD a onSetCameraEntity (Lagc;)V
METHOD a onResourceReload (Lvy;)V
2016-10-18 11:52:14 -04:00
METHOD e tick ()V
2018-11-15 12:05:03 -05:00
METHOD l getGame ()Lcmx;