Package be.seeseemelk.mockbukkit
Class MockPlugin
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
be.seeseemelk.mockbukkit.MockPlugin
- All Implemented Interfaces:
io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner,org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public class MockPlugin
extends org.bukkit.plugin.java.JavaPlugin
A simple plugin that does nothing.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionCraftBukkit constructor.protectedMockPlugin(@NotNull org.bukkit.plugin.java.JavaPluginLoader loader, @NotNull org.bukkit.plugin.PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file) MockBukkit constructor. -
Method Summary
Methods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLifecycleManager, getLogger, getPlugin, getPluginLoader, getPluginMeta, getProvidingPlugin, getResource, getServer, getTextResource, init, init, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bukkit.plugin.Plugin
getComponentLogger, getLog4JLogger, getSLF4JLogger
-
Constructor Details
-
MockPlugin
public MockPlugin()CraftBukkit constructor. -
MockPlugin
protected MockPlugin(@NotNull @NotNull org.bukkit.plugin.java.JavaPluginLoader loader, @NotNull @NotNull org.bukkit.plugin.PluginDescriptionFile description, @NotNull @NotNull File dataFolder, @NotNull @NotNull File file) MockBukkit constructor.- Parameters:
loader- The plugin loader.description- The plugin description file.dataFolder- The plugins data folder.file- The plugins file.
-