Add Position (#7639)

* Add Position

* move Position patch to start
This commit is contained in:
Jake Potrebic
2022-12-10 16:50:32 -08:00
parent 09c45d4cab
commit 63e191936d
10 changed files with 433 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
import java.util.HashMap;
import java.util.Map;
import org.bukkit.block.Block;
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable {
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable, io.paperm
public boolean isChunkLoaded() { return this.getWorld().isChunkLoaded(locToBlock(x) >> 4, locToBlock(z) >> 4); } // Paper
// Paper start