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

27 lines
683 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS cfz net/minecraft/world/chunk/light/ChunkLightProvider
FIELD a chunkProvider Lbtb;
FIELD b type Lbdk;
FIELD c lightStorage Lcgb;
FIELD d DIRECTIONS [Lew;
FIELD f srcMutablePos Les$b;
FIELD g destMutablePos Les$b;
FIELD h mutablePosGetLightBlockedBetween Les$b;
METHOD <init> (Lbtb;Lbdk;Lcgb;)V
2018-12-19 16:20:55 -05:00
ARG 1 chunkProvider
ARG 2 type
ARG 3 lightStorage
2019-02-13 12:35:08 -05:00
METHOD a setSection (IIILbst;)V
2018-12-29 06:43:20 -05:00
ARG 1 chunkX
ARG 2 sectionY
ARG 3 sectionZ
ARG 4 data
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-02-13 12:35:08 -05:00
METHOD a getCurrentLevelFromArray (Lbst;J)I
2018-12-19 16:20:55 -05:00
ARG 1 array
ARG 2 blockPos
2019-02-13 12:35:08 -05:00
METHOD a queueLightCheck (Les;)V