1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-25 00:42:48 +01:00

New craftbukkit

CB 1840, B 1208
This commit is contained in:
KHobbits 2012-01-29 21:06:55 +00:00
parent 3ef32d1269
commit b5c50ed219
2 changed files with 12 additions and 0 deletions

View File

@ -548,4 +548,10 @@ public class FakeWorld implements World
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean canGenerateStructures()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}

View File

@ -648,4 +648,10 @@ public class FakeServer implements Server
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean useExactLoginLocation()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}