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

@@ -29,7 +29,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
import java.util.function.Predicate;
import org.bukkit.entity.Entity;
import org.bukkit.entity.LivingEntity;
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable {
@@ -0,0 +0,0 @@ public class Location implements Cloneable, ConfigurationSerializable, io.paperm
blockLoc.setZ(getBlockZ());
return blockLoc;
}