Package kr.toxicity.model.api.bukkit.platform


package kr.toxicity.model.api.bukkit.platform
Provides Bukkit implementations of platform-neutral API wrappers.

Types in this package adapt Bukkit worlds, locations, entities, players, item stacks, and the platform adapter itself to the shared BetterModel platform contracts. This keeps Bukkit-specific runtime access in the Bukkit API module instead of leaking Bukkit classes into the generic API contracts.

Example:

BukkitAdapter adapter = ...;
BukkitEntity entity = adapter.entity(bukkitEntity);
Since:
3.2.0