Class ServerEvents.LivingEntity.Effect
java.lang.Object
icu.suc.mc.serverevents.ServerEvents.LivingEntity.Effect
- Enclosing class:
ServerEvents.LivingEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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. -
Method Summary
-
Field Details
-
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.
-