Files
paper-mc/paper-server/patches/sources/net/minecraft/world/entity
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
..
2016-03-22 00:33:47 -04:00
2016-05-31 22:53:50 -04:00
2014-08-09 13:56:51 -04:00
2016-10-16 23:19:30 -07:00
2016-03-01 14:47:52 -06:00
2024-11-02 18:16:11 +11:00
2016-10-16 23:19:30 -07:00
2016-10-16 23:19:30 -07:00