mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 02:43:52 -07:00
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/CommandSpreadPlayers.java
|
||||
+++ b/net/minecraft/server/CommandSpreadPlayers.java
|
||||
@@ -236,9 +236,16 @@
|
||||
@@ -240,9 +240,16 @@
|
||||
}
|
||||
|
||||
public List<String> tabComplete(MinecraftServer minecraftserver, ICommandListener icommandlistener, String[] astring, @Nullable BlockPosition blockposition) {
|
||||
@@ -18,7 +18,7 @@
|
||||
static class Location2D {
|
||||
|
||||
double a;
|
||||
@@ -305,7 +312,7 @@
|
||||
@@ -309,7 +316,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
return blockposition.getY() + 1;
|
||||
}
|
||||
@@ -321,7 +328,7 @@
|
||||
@@ -325,7 +332,7 @@
|
||||
}
|
||||
|
||||
blockposition = blockposition.down();
|
||||
@@ -36,7 +36,7 @@
|
||||
} while (material == Material.AIR);
|
||||
|
||||
return !material.isLiquid() && material != Material.FIRE;
|
||||
@@ -331,5 +338,12 @@
|
||||
@@ -335,5 +342,12 @@
|
||||
this.a = MathHelper.a(random, d0, d2);
|
||||
this.b = MathHelper.a(random, d1, d3);
|
||||
}
|
||||
|
Reference in New Issue
Block a user