Package-level declarations

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

Types

Link copied to clipboard
Represents the Bukkit-specific platform interface for BetterModel.
Link copied to clipboard
A Bukkit-specific extension of the BetterModelEventBus.