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
-
InterfacesClassDescriptionRepresents a Bukkit-specific entity adapter.Represents a Bukkit-specific player adapter.