类 MobEffectEvent.Remove

所有已实现的接口:
net.neoforged.bus.api.ICancellableEvent
封闭类:
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.