mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 20:50:41 +01:00
17 lines
371 B
Diff
17 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
|
||
|
}
|