All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.IDataManager Maven / Gradle / Ivy

package net.minecraft.server;

import java.io.File;

public interface IDataManager {

  WorldData getWorldData();

  void checkSession() throws ExceptionWorldConflict;

  IChunkLoader createChunkLoader(WorldProvider worldprovider);

  void saveWorldData(WorldData worlddata, NBTTagCompound nbttagcompound);

  void saveWorldData(WorldData worlddata);

  IPlayerFileData getPlayerFileData();

  void a();

  File getDirectory();

  File getDataFile(String s);

  String g();

  java.util.UUID getUUID(); // CraftBukkit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy