launch on 1.18

This commit is contained in:
dfsek
2021-11-20 20:56:57 -07:00
parent a6edb6aef6
commit a447be3c50
25 changed files with 126 additions and 180 deletions
@@ -27,14 +27,4 @@ public interface WorldHandle {
EntityType getEntity(String id);
/**
* Get the locations selected by a player. (Usually via WorldEdit)
*
* @param player Player to get locations for
*
* @return Pair of locations.
*/
default Pair<Vector3, Vector3> getSelectedLocation(Player player) {
throw new UnsupportedOperationException("Cannot get selection on this platform.");
}
}
+1 -1
View File
@@ -9,5 +9,5 @@ dependencies {
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.0")
"shadedImplementation"("org.ow2.asm:asm:9.2")
}