Package-level declarations

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

Types

Link copied to clipboard
interface BaseBukkitEntity : BaseEntity, PersistentDataHolder
Represents a Bukkit-specific entity adapter.
Link copied to clipboard
Represents a Bukkit-specific player adapter.