remove ChunkGenerator#getPlatform

This commit is contained in:
dfsek
2021-12-02 09:12:16 -07:00
parent f8d270540e
commit fc073325fb
2 changed files with 0 additions and 7 deletions

View File

@@ -32,8 +32,6 @@ public interface ChunkGenerator {
ConfigPack getConfigPack();
Platform getPlatform();
List<GenerationStage> getGenerationStages();
BlockState getBlock(ServerWorld world, int x, int y, int z);