Package kr.toxicity.model.api.bukkit


package kr.toxicity.model.api.bukkit
Provides Bukkit-facing entry points for the BetterModel API.

This package focuses on the Bukkit platform implementation surface for the generic API module. It exposes the Bukkit-specific access point and event bus bridge used by Bukkit plugins that need BetterModel services while still relying on the shared kr.toxicity.model.api contracts.

Example:

BetterModelBukkit api = ...;
BukkitModelEventBus events = api.eventBus();
Since:
3.2.0