geforkt von Mirrors/Paper
Note which custom generator is missing required method
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
23efa7fb0c
Commit
cdcdb41329
@ -114,7 +114,7 @@ public abstract class ChunkGenerator {
|
|||||||
*/
|
*/
|
||||||
@NotNull
|
@NotNull
|
||||||
public ChunkData generateChunkData(@NotNull World world, @NotNull Random random, int x, int z, @NotNull BiomeGrid biome) {
|
public ChunkData generateChunkData(@NotNull World world, @NotNull Random random, int x, int z, @NotNull BiomeGrid biome) {
|
||||||
throw new UnsupportedOperationException("Custom generator is missing required method generateChunkData");
|
throw new UnsupportedOperationException("Custom generator " + getClass().getName() + " is missing required method generateChunkData");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren