PaperMC/paper-server/patches/sources/net/minecraft
Aikar 1f63668ee9 Prevent Pathfinding out of World Border
This prevents Entities from trying to run outside of the World Border

TODO: This doesn't prevent the pathfinder from using blocks outside the world border as nodes. We can fix this
by adding code to all overrides in:
    NodeEvaluator:
    public abstract BlockPathTypes getBlockPathType(BlockGetter world, int x, int y, int z);

to return BLOCKED if it is outside the world border.
2016-12-19 23:07:42 -05:00
..
advancements Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
commands Adventure 2021-01-29 17:54:03 +01:00
core Paper Plugins 2022-07-06 23:00:31 -04:00
nbt MC Dev fixes 2016-03-30 19:36:20 -04:00
network Configurable Player Collision 2016-04-13 02:10:49 -04:00
resources MC Dev fixes 2016-03-30 19:36:20 -04:00
server Cache user authenticator threads 2016-11-25 13:22:40 +00:00
stats Allow statistics to be disabled/forced 2014-01-07 15:56:26 +00:00
util Optimize DataBits 2016-04-05 21:38:58 -04:00
world Prevent Pathfinding out of World Border 2016-12-19 23:07:42 -05:00
ChatFormatting.java.patch Adventure 2021-01-29 17:54:03 +01:00
CrashReport.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
CrashReportCategory.java.patch Deobfuscate stacktraces in log messages, crash reports, and etc. 2021-06-20 18:19:09 -07:00
Util.java.patch MC Dev fixes 2016-03-30 19:36:20 -04:00