mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Note which custom generator is missing required method
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -114,7 +114,7 @@ public abstract class ChunkGenerator {
|
||||
*/
|
||||
@NotNull
|
||||
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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user