Class BukkitPlugin

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
com.viaversion.viaaprilfools.BukkitPlugin
All Implemented Interfaces:
com.viaversion.viaaprilfools.platform.ViaAprilFoolsPlatform, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class BukkitPlugin extends org.bukkit.plugin.java.JavaPlugin implements com.viaversion.viaaprilfools.platform.ViaAprilFoolsPlatform
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.viaversion.viaaprilfools.platform.ViaAprilFoolsPlatform

    getDataFolder, getLogger, init, init
  • Constructor Details

    • BukkitPlugin

      public BukkitPlugin()