HMCWraps

public interface HMCWraps implements Plugin

Functions

Link copied to clipboard
public abstract ActionHandler getActionHandler()
Get the action handler.
Link copied to clipboard
Get the collection helper.
Link copied to clipboard
public abstract FileConfiguration getConfig()
Link copied to clipboard
public abstract Config getConfiguration()
Get the config.
Link copied to clipboard
public abstract File getDataFolder()
Link copied to clipboard
public abstract BiomeProvider getDefaultBiomeProvider(String p, String p1)
Link copied to clipboard
public abstract ChunkGenerator getDefaultWorldGenerator(String p, String p1)
Link copied to clipboard
public abstract PluginDescriptionFile getDescription()
Link copied to clipboard
public abstract Storage<Player, List<Wrap>> getFavoriteWrapStorage()
Get the storage storing the favorite wraps of a player.
Link copied to clipboard
public abstract Storage<Player, Boolean> getFilterStorage()
Get the storage storing the state of the filter.
Link copied to clipboard
public abstract FoliaLib getFoliaLib()
Get the FoliaLib instance.
Link copied to clipboard
public abstract HookAccessor getHookAccessor()
Get the hook accessor.
Link copied to clipboard
public abstract Logger getLogger()
Link copied to clipboard
Get the message handler.
Link copied to clipboard
public abstract ObjectPool<UUID, Component> getMessagePool()
Get the message pool.
Link copied to clipboard
public abstract String getName()
Link copied to clipboard
public abstract PluginLoader getPluginLoader()
Link copied to clipboard
Get the preview manager.
Link copied to clipboard
public abstract InputStream getResource(String p)
Link copied to clipboard
public abstract Server getServer()
Link copied to clipboard
public abstract Wrapper getWrapper()
Get the wrapper.
Link copied to clipboard
public abstract WrapsLoader getWrapsLoader()
Get the wraps loader.
Link copied to clipboard
public abstract boolean isEnabled()
Link copied to clipboard
public abstract boolean isNaggable()
Link copied to clipboard
public abstract boolean load()
Load the plugin.
Link copied to clipboard
public abstract void logSevere(String message)
public abstract void logSevere(String message, Throwable thrown)
Log an error that stands out from other system messages.
Link copied to clipboard
public abstract boolean onCommand(CommandSender p, Command p1, String p2, Array<String> p3)
Link copied to clipboard
public abstract void onDisable()
Link copied to clipboard
public abstract void onEnable()
Link copied to clipboard
public abstract void onLoad()
Link copied to clipboard
public abstract List<String> onTabComplete(CommandSender p, Command p1, String p2, Array<String> p3)
Link copied to clipboard
public abstract void reloadConfig()
Link copied to clipboard
public abstract void saveConfig()
Link copied to clipboard
public abstract void saveDefaultConfig()
Link copied to clipboard
public abstract void saveResource(String p, boolean p1)
Link copied to clipboard
public abstract void setNaggable(boolean p)
Link copied to clipboard
public abstract void unload()
Unload the plugin.