Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Implement new World interface methods
Dieser Commit ist enthalten in:
Ursprung
b1c11c9597
Commit
e56e9e39ee
@ -1223,4 +1223,10 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
|||||||
throws UnsupportedOperationException {
|
throws UnsupportedOperationException {
|
||||||
return parent.getHighestBlockAt(x, z, heightmap);
|
return parent.getHighestBlockAt(x, z, heightmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public @NotNull Block getHighestBlockAt(@NotNull Location location,
|
||||||
|
@NotNull HeightmapType heightmap) throws UnsupportedOperationException {
|
||||||
|
return parent.getHighestBlockAt(location, heightmap);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren