Class ForestRedisSpigot

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
cz.foresttech.forestredis.spigot.ForestRedisSpigot
All Implemented Interfaces:
IForestRedisPlugin, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class ForestRedisSpigot extends org.bukkit.plugin.java.JavaPlugin implements IForestRedisPlugin
Bootstrap Spigot plugin to setup the RedisManager using configuration file. Also provides server with reload and version command.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the IConfigurationAdapter implementation
    Obtains the instance of the plugin
    Returns logger object
    void
     
    void
     
    void
    onMessageReceived(String channel, MessageTransferObject messageTransferObject)
    Calls the corresponding events when message was received
    void
    Runs asynchronous task

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface cz.foresttech.forestredis.shared.IForestRedisPlugin

    load