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();
Content copied to clipboard
Since
3.2.0