Class MobEffectEvent.Remove

All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
Enclosing class:
MobEffectEvent

public static class MobEffectEvent.Remove extends MobEffectEvent implements net.neoforged.bus.api.ICancellableEvent
This Event is fired when a MobEffect is about to get removed from an Entity. This Event is ICancellableEvent. If canceled, the effect will not be removed. This Event does not have a result.