added some new methods
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user