Class MockPlugin

All Implemented Interfaces:
LifecycleEventOwner, CommandExecutor, TabCompleter, TabExecutor, Plugin

public class MockPlugin extends JavaPlugin
A simple plugin that does nothing.
  • Constructor Details

    • MockPlugin

      public MockPlugin()
      CraftBukkit constructor.
    • MockPlugin

      protected MockPlugin(@NotNull @NotNull JavaPluginLoader loader, @NotNull @NotNull 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.