File Details
RPGMobs-API-1.3.0.zip
- R
- Mar 30, 2026
- 4.08 MB
- 199
- Early Access
File Name
RPGMobs-API-1.3.0.zip
Supported Versions
- Early Access
[1.3.0] - 2026-03-30
Added
- Spawn API - new
IRPGMobsSpawnAPIinterface for programmatically creating RPGMobs elites from other modsRPGMobsAPI.spawn()accessor - static entry point, same pattern asquery()spawnElite(World, String, int, Vector3d, Vector3f, String)- creates an NPC and promotes it to an elite in one callapplyEliteTier(World, Ref, int, String)- promotes an already-spawned NPC to an eliteSpawnResultsealed interface withSuccess(entityRef, tier, roleName)andFailure(reason, message)- 8 typed failure reasons:
NOT_INITIALIZED,CONFIG_NOT_LOADED,NPC_SPAWN_FAILED,NO_MOB_RULE,MOB_RULE_DISABLED,RPGMOBS_DISABLED_IN_WORLD,EVENT_CANCELLED,TIER_APPLY_FAILED - All methods must be called on the world thread - use
world.execute()from other threads

