added some new methods

This commit is contained in:
Morippi
2022-03-18 16:41:45 +01:00
parent 9f4b6b8709
commit ffee2141d4
@@ -95,6 +95,16 @@ public class LodSection
{
}
public short getPositionData(int posX, int posZ)
{
return 0;
}
public long[] getData(int posX, int posZ)
{
return null;
}
public void save()
{
}