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

14 lines
444 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS vb 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-04-18 17:01:39 -04:00
METHOD a movePlayer (JJLvh;)V
2018-12-11 15:21:02 -05:00
ARG 1 prevPos
ARG 3 currentPos
2019-04-18 17:01:39 -04:00
METHOD a remove (JLvh;)V
METHOD a add (JLvh;Z)V
2018-12-11 15:21:02 -05:00
ARG 4 watchDisabled
2019-04-18 17:01:39 -04:00
METHOD a disableWatch (Lvh;)V
METHOD b enableWatch (Lvh;)V
METHOD c isWatchDisabled (Lvh;)Z