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() |
File |
getFile() |
File |
getImporterFolder() |
File |
getMessageFile() |
Output |
getOutput() |
Database |
getOwningDatabase() |
Protection |
getProtection() |
File |
getProtectionFile() |
de.pheasn.pluginupdater.ReleaseChannel |
getReleaseChannel() |
String |
getVersion() |
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 |
updateNotify(String newVersion) |
getClassLoader, getCommand, getConfig, getDatabase, getDatabaseClasses, getDataFolder, getDefaultWorldGenerator, getDescription, 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 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()
public String getVersion()
getVersion in interface de.pheasn.pluginupdater.Updatablepublic void updateNotify(String newVersion)
updateNotify in interface de.pheasn.pluginupdater.Updatablepublic File getFile()
getFile in interface de.pheasn.pluginupdater.UpdatablegetFile in class org.bukkit.plugin.java.JavaPluginCopyright © 2015. All rights reserved.