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

16 lines
461 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS dcc net/minecraft/client/render/WorldRenderer
FIELD a firstPersonRenderer Ldce;
FIELD c LOGGER Lorg/apache/logging/log4j/Logger;
2018-11-27 13:50:51 -05:00
FIELD d RAIN_LOC Lpy;
FIELD e SNOW_LOC Lpy;
2018-11-30 06:38:47 -05:00
FIELD f client Lcnv;
2018-11-29 15:10:38 -05:00
FIELD g resourceContainer Lwc;
2018-11-30 06:38:47 -05:00
FIELD h random Ljava/util/Random;
METHOD <init> (Lcnv;Lwc;)V
ARG 1 client
2018-11-29 15:10:38 -05:00
METHOD a onSetCameraEntity (Lagi;)V
METHOD a loadShader (Lpy;)V
2018-11-29 15:10:38 -05:00
METHOD a onResourceReload (Lwc;)V
2016-10-18 11:52:14 -04:00
METHOD e tick ()V
2018-11-29 15:10:38 -05:00
METHOD l getGame ()Lcnv;