Package-level declarations

Provides mod-platform implementations of shared platform wrappers.

Types in this package adapt mod runtime worlds, regions, locations, entities, players, item stacks, and the platform adapter itself to the base BetterModel platform contracts. Mod-specific classes stay here so the generic API remains independent from a concrete mod loader or Minecraft runtime type.

Example:


ModAdapter adapter = ...;
ModEntity entity = adapter.entity(minecraftEntity);

Since

3.2.0

Types

Link copied to clipboard
Provides an adapter for converting Mod/NMS objects to BetterModel platform objects.
Link copied to clipboard
Represents a Mod entity wrapped as a PlatformEntity.
Link copied to clipboard
Represents a Mod item stack wrapped as a PlatformItemStack.
Link copied to clipboard
Represents a Mod living entity wrapped as a PlatformLivingEntity.
Link copied to clipboard
Represents a Mod location wrapped as a PlatformLocation.
Link copied to clipboard
Represents a Mod offline player wrapped as a PlatformOfflinePlayer.
Link copied to clipboard
Represents a Mod player wrapped as a PlatformPlayer.
Link copied to clipboard
Represents a Mod-specific region holder for managing thread-safe operations.
Link copied to clipboard
Represents a Fabric world wrapped as a PlatformWorld.