Package-level declarations
Contains mod-backed entity wrappers for BetterModel.
The wrappers in this package adapt Minecraft mod runtime entities and players to the platform-neutral entity contracts from the base API module. They allow renderer and tracker code to stay generic while mod integrations provide the concrete entity access.
Example:
BaseModPlayer player = ...;
var minecraftPlayer = player.player();
Content copied to clipboard
Since
3.2.0