FmmProjectileDamageBridge

public class FmmProjectileDamageBridge implements Listener

Routes FMM OBB projectile hits on EliteMobs-backed models through the normal Bukkit projectile damage event. FMM's default modeled-hit callback applies a small raw damage value directly; that can tint the model, but it does not reliably enter the EliteMobs player-vs-elite pipeline, so damage popups and health-bar updates never fire. By owning the FMM event first and cancelling it, EliteMobs gets exactly the same downstream path as a vanilla arrow hit on the underlying entity.

Constructors

Functions

Link copied to clipboard