mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:34:44 +01:00
a419776f3c
For more information please see http://www.spigotmc.org/ By: Thinkofdeath <thinkofdeath@spigotmc.org>
18 lines
570 B
Diff
18 lines
570 B
Diff
--- ../work/decompile-bb26c12b/net/minecraft/server/IDataManager.java 2014-11-27 08:59:46.757421600 +1100
|
|
+++ src/main/java/net/minecraft/server/IDataManager.java 2014-11-27 08:42:10.104851005 +1100
|
|
@@ -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
|
|
}
|