Interface NativePacketsBootstrap


public interface NativePacketsBootstrap
Internal lifecycle boundary used by the Bukkit plugin entrypoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stops the runtime and releases owned resources.
    void
    Starts the runtime.
  • Method Details

    • enable

      void enable()
      Starts the runtime.
    • disable

      void disable()
      Stops the runtime and releases owned resources.