yarn/mappings/net/minecraft/world/chunk/light/ChunkLightProvider.mapping

27 lines
694 B
Plaintext
Raw Normal View History

2019-04-03 12:16:41 -04:00
CLASS cka net/minecraft/world/chunk/light/ChunkLightProvider
FIELD a chunkProvider Lbxa;
FIELD b type Lbhf;
FIELD c lightStorage Lckc;
2019-03-20 13:56:26 -04:00
FIELD d DIRECTIONS [Lfa;
FIELD f srcMutablePos Lev$a;
FIELD g destMutablePos Lev$a;
FIELD h mutablePosGetLightBlockedBetween Lev$a;
2019-04-03 12:16:41 -04:00
METHOD <init> (Lbxa;Lbhf;Lckc;)V
2018-12-19 16:20:55 -05:00
ARG 1 chunkProvider
ARG 2 type
ARG 3 lightStorage
2019-02-27 13:09:24 -05:00
METHOD a hasUpdates ()Z
2019-04-03 12:16:41 -04:00
METHOD a (II)Lbgh;
2019-02-27 13:09:24 -05:00
ARG 1 chunkX
ARG 2 chunkZ
2018-12-19 16:20:55 -05:00
METHOD a doLightUpdates (IZZ)I
ARG 1 stepCount
METHOD a getLightBlockedBetween (JJ)I
ARG 1 src
ARG 3 dest
2019-04-03 12:16:41 -04:00
METHOD a setSection (JLbws;)V
METHOD a getCurrentLevelFromArray (Lbws;J)I
2018-12-19 16:20:55 -05:00
ARG 1 array
ARG 2 blockPos
2019-03-20 13:56:26 -04:00
METHOD a queueLightCheck (Lev;)V