Uses of Enum Class
net.neoforged.neoforge.event.entity.living.MobEffectEvent.Applicable.Result
Packages that use MobEffectEvent.Applicable.Result
-
Uses of MobEffectEvent.Applicable.Result in net.neoforged.neoforge.event.entity.living
Fields in net.neoforged.neoforge.event.entity.living declared as MobEffectEvent.Applicable.ResultModifier and TypeFieldDescriptionprotected MobEffectEvent.Applicable.ResultMobEffectEvent.Applicable.resultMethods in net.neoforged.neoforge.event.entity.living that return MobEffectEvent.Applicable.ResultModifier and TypeMethodDescriptionMobEffectEvent.Applicable.getResult()Returns the result of this event, which controls if the mob effect will be applied.Returns the enum constant of this class with the specified name.static MobEffectEvent.Applicable.Result[]MobEffectEvent.Applicable.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.event.entity.living with parameters of type MobEffectEvent.Applicable.ResultModifier and TypeMethodDescriptionvoidMobEffectEvent.Applicable.setResult(MobEffectEvent.Applicable.Result result) Changes the result of this event.