yarn/mappings/net/minecraft/server/world/PlayerChunkWatchingManager....

14 lines
444 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS uo net/minecraft/server/world/PlayerChunkWatchingManager
2018-12-11 15:21:02 -05:00
FIELD a watchingPlayers Ljava/util/Set;
FIELD b notWatchingPlayers Ljava/util/Set;
METHOD a getPlayersWatchingChunk (J)Ljava/util/stream/Stream;
2019-01-16 13:24:40 -05:00
METHOD a movePlayer (JJLut;)V
2018-12-11 15:21:02 -05:00
ARG 1 prevPos
ARG 3 currentPos
2019-01-16 13:24:40 -05:00
METHOD a remove (JLut;)V
METHOD a add (JLut;Z)V
2018-12-11 15:21:02 -05:00
ARG 4 watchDisabled
2019-01-16 13:24:40 -05:00
METHOD a disableWatch (Lut;)V
METHOD b enableWatch (Lut;)V
METHOD c isWatchDisabled (Lut;)Z