mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-03 05:26:50 +01:00
16 lines
371 B
Diff
16 lines
371 B
Diff
@@ -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
|
|
}
|