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

14 lines
444 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS ux 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-14 08:57:09 -04:00
METHOD a movePlayer (JJLvd;)V
2018-12-11 15:21:02 -05:00
ARG 1 prevPos
ARG 3 currentPos
2019-03-14 08:57:09 -04:00
METHOD a remove (JLvd;)V
METHOD a add (JLvd;Z)V
2018-12-11 15:21:02 -05:00
ARG 4 watchDisabled
2019-03-14 08:57:09 -04:00
METHOD a disableWatch (Lvd;)V
METHOD b enableWatch (Lvd;)V
METHOD c isWatchDisabled (Lvd;)Z