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

@@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
/**
* Represents a 3-dimensional position in a world.
* <br>
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable {
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable, io.paperm
centerLoc.setZ(getBlockZ() + 0.5);
return centerLoc;
}