added methods names

This commit is contained in:
Morippi
2022-03-18 16:20:19 +01:00
parent 0b96ca8509
commit 06a549983b
@@ -49,4 +49,18 @@ public class LodSection
BlockBiomeId = new int[horizontalSize*horizontalSize*verticalSize*idPerLod];
BlockBiomeFrequency = new byte[horizontalSize*horizontalSize*verticalSize*idPerLod];
}
public void mergeAndAdd(LodSection otherSection,
int inputStartX, int inputStartZ, int inputEndX, int inputEndZ,
int targetStartX, int targetStartZ, int targetEndX, int targetEndZ)
{
}
public void save()
{
}
public void tryload()
{
}
}