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

14 lines
444 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS uz 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-03-27 14:35:10 -04:00
METHOD a movePlayer (JJLvf;)V
2018-12-11 15:21:02 -05:00
ARG 1 prevPos
ARG 3 currentPos
2019-03-27 14:35:10 -04:00
METHOD a remove (JLvf;)V
METHOD a add (JLvf;Z)V
2018-12-11 15:21:02 -05:00
ARG 4 watchDisabled
2019-03-27 14:35:10 -04:00
METHOD a disableWatch (Lvf;)V
METHOD b enableWatch (Lvf;)V
METHOD c isWatchDisabled (Lvf;)Z