@@ -6,7 +6,7 @@ WorldData getWorldData(); - void checkSession(); + void checkSession() throws ExceptionWorldConflict; // CraftBukkit - throws ExceptionWorldConflict IChunkLoader createChunkLoader(WorldProvider worldprovider); @@ -23,4 +23,6 @@ File getDataFile(String s); String g(); + + java.util.UUID getUUID(); // CraftBukkit }