Package net.minecraft.server.world
Class PlayerChunkWatchingManager
java.lang.Object
net.minecraft.server.world.PlayerChunkWatchingManager
- Mappings:
Namespace Name official akcintermediary net/minecraft/class_3210named net/minecraft/server/world/PlayerChunkWatchingManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ServerPlayerEntity serverPlayerEntity, boolean bool) voiddisableWatch(ServerPlayerEntity player) voidenableWatch(ServerPlayerEntity player) booleanisWatchDisabled(ServerPlayerEntity player) booleanisWatchInactive(ServerPlayerEntity player) voidremove(ServerPlayerEntity serverPlayerEntity)
-
Field Details
-
watchingPlayers
- Mappings:
Namespace Name Mixin selector official aLakc;a:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;intermediary field_13910Lnet/minecraft/class_3210;field_13910:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;named watchingPlayersLnet/minecraft/server/world/PlayerChunkWatchingManager;watchingPlayers:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
-
-
Constructor Details
-
PlayerChunkWatchingManager
public PlayerChunkWatchingManager()
-
-
Method Details
-
getPlayersWatchingChunk
- Mappings:
Namespace Name Mixin selector official aLakc;a()Ljava/util/Set;intermediary method_14083Lnet/minecraft/class_3210;method_14083()Ljava/util/Set;named getPlayersWatchingChunkLnet/minecraft/server/world/PlayerChunkWatchingManager;getPlayersWatchingChunk()Ljava/util/Set;
-
add
- Mappings:
Namespace Name Mixin selector official aLakc;a(Lakj;Z)Vintermediary method_14085Lnet/minecraft/class_3210;method_14085(Lnet/minecraft/class_3222;Z)Vnamed addLnet/minecraft/server/world/PlayerChunkWatchingManager;add(Lnet/minecraft/server/network/ServerPlayerEntity;Z)V
-
remove
- Mappings:
Namespace Name Mixin selector official aLakc;a(Lakj;)Vintermediary method_14084Lnet/minecraft/class_3210;method_14084(Lnet/minecraft/class_3222;)Vnamed removeLnet/minecraft/server/world/PlayerChunkWatchingManager;remove(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
disableWatch
- Mappings:
Namespace Name Mixin selector official bLakc;b(Lakj;)Vintermediary method_14086Lnet/minecraft/class_3210;method_14086(Lnet/minecraft/class_3222;)Vnamed disableWatchLnet/minecraft/server/world/PlayerChunkWatchingManager;disableWatch(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
enableWatch
- Mappings:
Namespace Name Mixin selector official cLakc;c(Lakj;)Vintermediary method_14087Lnet/minecraft/class_3210;method_14087(Lnet/minecraft/class_3222;)Vnamed enableWatchLnet/minecraft/server/world/PlayerChunkWatchingManager;enableWatch(Lnet/minecraft/server/network/ServerPlayerEntity;)V
-
isWatchInactive
- Mappings:
Namespace Name Mixin selector official dLakc;d(Lakj;)Zintermediary method_21715Lnet/minecraft/class_3210;method_21715(Lnet/minecraft/class_3222;)Znamed isWatchInactiveLnet/minecraft/server/world/PlayerChunkWatchingManager;isWatchInactive(Lnet/minecraft/server/network/ServerPlayerEntity;)Z
-
isWatchDisabled
- Mappings:
Namespace Name Mixin selector official eLakc;e(Lakj;)Zintermediary method_14082Lnet/minecraft/class_3210;method_14082(Lnet/minecraft/class_3222;)Znamed isWatchDisabledLnet/minecraft/server/world/PlayerChunkWatchingManager;isWatchDisabled(Lnet/minecraft/server/network/ServerPlayerEntity;)Z
-