Expose power on fireballs (#10302)

This commit is contained in:
TonytheMacaroni
2024-03-20 17:33:34 -04:00
parent 3e27ced8ce
commit b17ca0b19e
4 changed files with 65 additions and 31 deletions

View File

@@ -102,7 +102,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ */
+ @NotNull
+ public Location getTo() {
+ return this.to;
+ return this.to.clone();
+ }
+
+ @NotNull