File Details
Perfect Utils-1.1.0.jar
- R
- Jun 21, 2026
- 37.90 KB
- 3.4K
- 0.5
File Name
Perfect Utils-1.1.0.jar
Supported Versions
- 0.5
[1.1.0] - 2026-06-21
Added
StunMobAPI.stunEntity(store, target, durationMs, source)and the no-source overloadstunEntity(store, target, durationMs): entity-neutral entry points that stun ANY entity, mob OR player. The stun pipeline was already entity-agnostic (movement is frozen by pushing a stunEntityEffectof zero horizontal speed +MovementEffects.DisableAllthrough the target'sEffectControllerComponent, which a player carries just like a mob via the vanilla/player effect applypath, so the player's client disables its own movement input; the NPC-AI suppression is null-guarded and no-ops on a player).stunEntityis the explicitly-named entry point for stunning an enemy player;applyStun/applyStaggerkeep their original names and behave identically on any entity. Enables PvP consumers (Kweebec Clash) to stun an opponent.

