mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-08 16:56:07 +00:00
remove ChunkGenerator#getPlatform
This commit is contained in:
@@ -108,11 +108,6 @@ public class NoiseChunkGenerator3D implements ChunkGenerator {
|
||||
return configPack;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Platform getPlatform() {
|
||||
return platform;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<GenerationStage> getGenerationStages() {
|
||||
return generationStages;
|
||||
|
||||
@@ -32,8 +32,6 @@ public interface ChunkGenerator {
|
||||
|
||||
ConfigPack getConfigPack();
|
||||
|
||||
Platform getPlatform();
|
||||
|
||||
List<GenerationStage> getGenerationStages();
|
||||
|
||||
BlockState getBlock(ServerWorld world, int x, int y, int z);
|
||||
|
||||
Reference in New Issue
Block a user