1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-03 01:21:56 +02:00

Add missing methods.

This commit is contained in:
KHobbits
2012-03-15 22:23:26 +00:00
parent c3d6294df5
commit 04e84c62d6
3 changed files with 31 additions and 0 deletions

View File

@@ -705,4 +705,16 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public String getWorldType()
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean getGenerateStructures()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}