New craftbukkit

CB 1840, B 1208
This commit is contained in:
KHobbits 2012-01-29 21:06:55 +00:00
parent d0a5656fa4
commit dff8f541fe
4 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.

Binary file not shown.