Interface BukkitAccess

All Known Implementing Classes:
SpigotBukkitAccess

public interface BukkitAccess
Narrow view of Bukkit services used during MCP plugin lifecycle.

Implementations are supplied by SpigotBukkitAccess on a live server; unit tests inject fakes so MinecraftServerMcpPluginBootstrap stays free of static calls.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the plugin manager, used for registering listeners and commands.
    Returns the services manager, used for registering and looking up MCP tool implementations.