promotional bannermobile promotional banner

RPGMobs - API

A lightweight event-driven API for mod developers to hook into RPGMobs — listen to events, query mob state, and customize behaviour at runtime.

File Details

RPGMobs-API-1.0.1.zip

  • R
  • Feb 18, 2026
  • 4.06 MB
  • 182
  • Early Access

File Name

RPGMobs-API-1.0.1.zip

Supported Versions

  • Early Access

[1.0.1] - 2026-02-18

Added

  • RPGMobsEvent.getWorld() — returns the World in which the event occurred, available on all event types
  • RPGMobsEvent.getEntityUuid() — returns the entity's UUID, eagerly resolved at event construction time
  • RPGMobsDeathEvent.isMinion() — distinguishes summoned minion deaths from regular RPG mob deaths
  • IRPGMobsQueryAPI.isMinion(Ref<EntityStore>) — checks whether an entity is a summoned minion
  • Death events now fire for summoned minions (with isMinion() returning true)