geforkt von Mirrors/FastAsyncWorldEdit
Add stubs for new Bukkit API
Dieser Commit ist enthalten in:
Ursprung
77dfdf111a
Commit
325d90fe39
@ -1251,4 +1251,20 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
|||||||
@NotNull HeightmapType heightmap) throws UnsupportedOperationException {
|
@NotNull HeightmapType heightmap) throws UnsupportedOperationException {
|
||||||
return parent.getHighestBlockAt(location, heightmap);
|
return parent.getHighestBlockAt(location, heightmap);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public long getTicksPerWaterSpawns() {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTicksPerWaterSpawns(int ticksPerWaterSpawns) {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public long getTicksPerAmbientSpawns() {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTicksPerAmbientSpawns(int ticksPerAmbientSpawns) {
|
||||||
|
throw new UnsupportedOperationException();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren