public class BlockOwn
extends org.bukkit.plugin.java.JavaPlugin
implements de.pheasn.pluginupdater.Updatable
| Constructor and Description |
|---|
BlockOwn() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWaiting(User user,
WaitType waitType) |
static String |
getDataFolderPath() |
String |
getDescription(de.pheasn.pluginupdater.UpdaterKey key) |
File |
getImporterFolder() |
File |
getMessageFile() |
Output |
getOutput() |
Database |
getOwningDatabase() |
Protection |
getProtection() |
File |
getProtectionFile() |
de.pheasn.pluginupdater.ReleaseChannel |
getReleaseChannel() |
WaitType |
getWaiting(User user) |
boolean |
isEnabledInWorld(org.bukkit.World world) |
boolean |
isIgnoring(User user) |
boolean |
isOwnEnabled(Material material) |
boolean |
isOwning(User user) |
boolean |
isWaiting(User user,
WaitType waitType) |
void |
onDisable() |
void |
onEnable() |
void |
removeWaiting(User user) |
void |
setIgnoring(User user,
boolean enable) |
void |
setOwning(User user,
boolean enable) |
void |
updateInterruptedException(InterruptedException e) |
void |
updateIOException(IOException e) |
void |
updateNotifyDownloading() |
void |
updateNotifyReadUpdatedProjectPage() |
void |
updateNotifyRestarting() |
getClassLoader, getCommand, getConfig, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, initialize, installDDL, isEnabled, isInitialized, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, removeDDL, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringpublic void onDisable()
onDisable in interface org.bukkit.plugin.PluginonDisable in class org.bukkit.plugin.java.JavaPluginpublic void onEnable()
onEnable in interface org.bukkit.plugin.PluginonEnable in class org.bukkit.plugin.java.JavaPluginpublic boolean isOwnEnabled(Material material)
public boolean isIgnoring(User user)
public void setIgnoring(User user, boolean enable)
public boolean isOwning(User user)
public void setOwning(User user, boolean enable)
public void removeWaiting(User user)
public Database getOwningDatabase()
public Protection getProtection()
public boolean isEnabledInWorld(org.bukkit.World world)
public void updateIOException(IOException e)
updateIOException in interface de.pheasn.pluginupdater.Updatablepublic void updateInterruptedException(InterruptedException e)
updateInterruptedException in interface de.pheasn.pluginupdater.Updatablepublic String getDescription(de.pheasn.pluginupdater.UpdaterKey key)
getDescription in interface de.pheasn.pluginupdater.Updatablepublic void updateNotifyDownloading()
updateNotifyDownloading in interface de.pheasn.pluginupdater.Updatablepublic void updateNotifyRestarting()
updateNotifyRestarting in interface de.pheasn.pluginupdater.Updatablepublic void updateNotifyReadUpdatedProjectPage()
updateNotifyReadUpdatedProjectPage in interface de.pheasn.pluginupdater.Updatablepublic de.pheasn.pluginupdater.ReleaseChannel getReleaseChannel()
getReleaseChannel in interface de.pheasn.pluginupdater.Updatablepublic static String getDataFolderPath()
public Output getOutput()
public File getMessageFile()
public File getProtectionFile()
public File getImporterFolder()
Copyright © 2015. All rights reserved.