Package-level declarations
Provides platform-neutral entity and player abstractions.
These interfaces are the API-level wrappers used by trackers, managers, and renderers when they need entity identity or player-specific state without depending on Bukkit, Fabric, or Minecraft server internals.
Example:
BaseEntity entity = registry.entity();
var uniqueId = entity.uniqueId();
Content copied to clipboard
Since
3.2.0