Package kr.toxicity.model.api.bukkit.entity


package kr.toxicity.model.api.bukkit.entity
Contains Bukkit-backed entity wrappers for BetterModel.

The wrappers in this package adapt Bukkit entities and players to the platform-neutral entity contracts from the base API module. They let model trackers, renderers, and managers work with Bukkit runtime objects through the shared BaseEntity and BasePlayer abstractions.

Example:

BaseBukkitEntity entity = ...;
var bukkitEntity = entity.entity();
Since:
3.2.0