mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-20 15:51:11 +00:00
remove unneeded chunkgenerator overrides
This commit is contained in:
-11
@@ -115,17 +115,6 @@ public class NMSChunkGeneratorDelegate extends ChunkGenerator {
|
|||||||
return vanilla.h();
|
return vanilla.h();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override //getFirstFreeHeight
|
|
||||||
public int b(int i, int j, HeightMap.Type heightmap_type, LevelHeightAccessor levelheightaccessor) {
|
|
||||||
return this.a(i, j, heightmap_type, levelheightaccessor);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override //getFirstOccupiedHeight
|
|
||||||
public int c(int i, int j, HeightMap.Type heightmap_type, LevelHeightAccessor levelheightaccessor) {
|
|
||||||
return this.a(i, j, heightmap_type, levelheightaccessor) - 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override // getBaseHeight
|
@Override // getBaseHeight
|
||||||
public int a(int x, int z, HeightMap.Type heightmap, LevelHeightAccessor height) {
|
public int a(int x, int z, HeightMap.Type heightmap, LevelHeightAccessor height) {
|
||||||
int y = world.getMaxHeight();
|
int y = world.getMaxHeight();
|
||||||
|
|||||||
Reference in New Issue
Block a user