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