papermc/paper-server/patches/sources/net/minecraft/server
Spottedleaf 38c1ddb52a Add and use FeatureHooks.getAllEntities
The ServerLevel#getAllEntities function only returns entities which
are accessible. FeatureHooks#getAllEntities will return all
entities, whether or not they are accessible.

Use the new hook in the EntityCommand, which allows server admins
to inspect entities in unloaded chunks.

Use the hook as well for ticking the EntityScheduler. This fixes
an issue whether unloaded entities did not have their scheduler ticked.
2025-06-24 04:55:58 -07:00
..
bossevents [ci skip] Fix annotation fields used in NMS getBukkitEntity (#12120) 2025-02-16 19:17:26 +01:00
commands 1.21.6 dev 2025-06-17 15:45:25 +02:00
dedicated Cleanup/command dispatching (#12713) 2025-06-21 21:44:07 -04:00
gui net.minecraft.server.gui 2024-12-14 17:35:50 +01:00
level 1.21.6 dev 2025-06-17 15:45:25 +02:00
network Improve keepalive ping system 2025-06-24 04:23:08 -07:00
packs 1.21.6 dev 2025-06-17 15:45:25 +02:00
players 1.21.6 dev 2025-06-17 15:45:25 +02:00
rcon net.minecraft.server.rcon.thread 2024-12-14 18:40:23 -08:00
waypoints Ensure waypoints are per world 2025-06-17 23:43:05 +02:00
Bootstrap.java.patch 1.21.5 2025-04-12 17:27:00 +02:00
Main.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
MinecraftServer.java.patch Add and use FeatureHooks.getAllEntities 2025-06-24 04:55:58 -07:00
PlayerAdvancements.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ReloadableServerRegistries.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ReloadableServerResources.java.patch Supports the ability for commands to be registered internally (#12520) 2025-05-06 16:05:00 -04:00
ServerAdvancementManager.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00
ServerFunctionLibrary.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00
ServerScoreboard.java.patch 1.21.6 dev 2025-06-17 15:45:25 +02:00
ServerTickRateManager.java.patch ServerTickManager#requestGameToSprint - Silence command like feedback (#12220) 2025-03-08 17:09:40 -05:00
Services.java.patch 1.21.5 2025-04-12 17:27:00 +02:00
WorldLoader.java.patch net.minecraft.server 2024-12-13 19:12:33 -08:00