geforkt von Mirrors/Paper
Added getHighestBlockYAt
Dieser Commit ist enthalten in:
Ursprung
b7f7c3ffb5
Commit
43db386fe4
@ -43,6 +43,10 @@ public class CraftWorld implements World {
|
||||
return block;
|
||||
}
|
||||
|
||||
public int getHighestBlockYAt(int x, int z) {
|
||||
return world.d(x, z);
|
||||
}
|
||||
|
||||
public Chunk getChunkAt(int x, int z) {
|
||||
ChunkCoordinate loc = new ChunkCoordinate(x, z);
|
||||
Chunk chunk = chunkCache.get(loc);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren