mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 11:25:55 +03:00
19 lines
529 B
Diff
19 lines
529 B
Diff
--- ../src-base/minecraft/net/minecraft/world/storage/ISaveHandler.java
|
|
+++ ../src-work/minecraft/net/minecraft/world/storage/ISaveHandler.java
|
|
@@ -1,6 +1,8 @@
|
|
package net.minecraft.world.storage;
|
|
|
|
import java.io.File;
|
|
+import java.util.UUID;
|
|
+
|
|
import net.minecraft.nbt.NBTTagCompound;
|
|
import net.minecraft.world.MinecraftException;
|
|
import net.minecraft.world.WorldProvider;
|
|
@@ -28,4 +30,6 @@
|
|
File getMapFileFromName(String mapName);
|
|
|
|
TemplateManager getStructureTemplateManager();
|
|
+
|
|
+ UUID getUUID();
|
|
}
|