summaryrefslogtreecommitdiffstats
path: root/nms-patches/IDataManager.patch
blob: 701b41f89168aad20fc2f760f331a6c03c47cdcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@@ -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
 }