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

17 lines
715 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3210 net/minecraft/server/world/PlayerChunkWatchingManager
2019-07-10 09:32:43 -04:00
FIELD field_13910 watchingPlayers Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
2019-06-28 17:55:20 -04:00
METHOD method_14082 isWatchDisabled (Lnet/minecraft/class_3222;)Z
ARG 1 player
2023-08-02 13:18:08 -04:00
METHOD method_14083 getPlayersWatchingChunk ()Ljava/util/Set;
METHOD method_14084 remove (Lnet/minecraft/class_3222;)V
2023-08-05 19:18:31 -04:00
ARG 1 player
2023-08-02 13:18:08 -04:00
METHOD method_14085 add (Lnet/minecraft/class_3222;Z)V
2023-08-05 19:18:31 -04:00
ARG 1 player
ARG 2 inactive
2019-06-28 17:55:20 -04:00
METHOD method_14086 disableWatch (Lnet/minecraft/class_3222;)V
ARG 1 player
2019-06-28 17:55:20 -04:00
METHOD method_14087 enableWatch (Lnet/minecraft/class_3222;)V
ARG 1 player
METHOD method_21715 isWatchInactive (Lnet/minecraft/class_3222;)Z
ARG 1 player