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();

Since

3.2.0

Types

Link copied to clipboard
Represents a Mod-specific entity adapter.
Link copied to clipboard
Represents a Mod-specific player adapter.