Files
paper-mc/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
..
2021-01-29 17:54:03 +01:00
2022-07-06 23:00:31 -04:00
2016-03-30 19:36:20 -04:00
2016-04-13 02:10:49 -04:00
2016-03-30 19:36:20 -04:00
2016-11-25 13:22:40 +00:00
2016-04-05 21:38:58 -04:00
2021-01-29 17:54:03 +01:00
2016-03-30 19:36:20 -04:00