Package devs.beer.nativepackets.api
Interface NativePacketsBootstrap
public interface NativePacketsBootstrap
Internal lifecycle boundary used by the Bukkit plugin entrypoint.
-
Method Summary
-
Method Details
-
enable
void enable()Starts the runtime. -
disable
void disable()Stops the runtime and releases owned resources.
-