public class Cartographer
extends org.bukkit.plugin.java.JavaPlugin
Constructor and Description |
---|
Cartographer() |
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
public void onEnable()
onEnable
in interface org.bukkit.plugin.Plugin
onEnable
in class org.bukkit.plugin.java.JavaPlugin
public void onDisable()
onDisable
in interface org.bukkit.plugin.Plugin
onDisable
in class org.bukkit.plugin.java.JavaPlugin
protected void onServerLoad()
public void reload()
public java.io.File getMapDirFor(java.lang.String id)
public java.io.File getAndConstructMapDir(java.lang.String id)
protected void saveMapFiles(java.io.File dir)
public TinyProtocol getProtocol()
public PacketHandler getHandler()
public CommandCartographer getCommand()
public MinimapManager getMapManager()
public PaletteManager getPaletteManager()
public ModuleManager getModuleManager()
public DependencyManager getDependencyManager()
public PlayerManager getPlayerManager()
public LocaleManager getLocaleManager()
public java.util.Map<java.lang.Integer,CartographerRenderer> getRenderers()
protected java.util.Set<java.lang.Integer> getInvalidIds()
public int getRenderDelay()
public boolean isServerOverloaded()
public boolean isRotateByDefault()
public boolean isPaletteDebug()
public boolean isPreventDrop()
public boolean isUseDropPacket()
public boolean isDitherMissingMapImage()
public int getBlockUpdateDelay()
public SimpleImage getBackground()
public SimpleImage getOverlay()
public SimpleImage getMissingMapImage()
public SimpleImage getDisabledMapImage()
public boolean isValidInventory(org.bukkit.event.inventory.InventoryType type)
public static Cartographer getInstance()
public static GeneralUtil getUtil()
public static java.io.File getMapSaveDir()
public static java.io.File getModuleDir()
public static java.io.File getPaletteDir()
public static java.io.File getCacheDir()