类 ServerEvents.LivingEntity.Effect
java.lang.Object
icu.suc.serverevents.ServerEvents.LivingEntity.Effect
-
嵌套类概要
嵌套类修饰符和类型类说明static interfacestatic interfacestatic interface -
字段概要
字段修饰符和类型字段说明static final net.fabricmc.fabric.api.event.Event<ServerEvents.LivingEntity.Effect.Add> An event that determines whether an effect should be applied to an entity.static final net.fabricmc.fabric.api.event.Event<ServerEvents.LivingEntity.Effect.Override> An event that allows modification of whether a new effect should override an existing effect.static final net.fabricmc.fabric.api.event.Event<ServerEvents.LivingEntity.Effect.Remove> An event that determines whether an effect should be removed from an entity. -
方法概要
-
字段详细资料
-
ADD
An event that determines whether an effect should be applied to an entity. -
OVERRIDE
public static final net.fabricmc.fabric.api.event.Event<ServerEvents.LivingEntity.Effect.Override> OVERRIDEAn event that allows modification of whether a new effect should override an existing effect. -
REMOVE
public static final net.fabricmc.fabric.api.event.Event<ServerEvents.LivingEntity.Effect.Remove> REMOVEAn event that determines whether an effect should be removed from an entity.
-