1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-12 17:45:08 +02:00

New craftbukkit

CB 1840, B 1208
This commit is contained in:
KHobbits
2012-01-29 21:06:55 +00:00
parent f1cee6d0d9
commit 7a8f0fec4d
3 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.");
}
}

Binary file not shown.