Class ArmorEffectEvent.Effect
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent.Effect
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
ArmorEffectEvent
public static class ArmorEffectEvent.Effect
extends ArmorEffectEvent
implements net.neoforged.bus.api.ICancellableEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
ArmorEffectEvent.Attribute, ArmorEffectEvent.Effect
-
Constructor Summary
ConstructorsConstructorDescriptionEffect
(GenericArmor armorItem, net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, IArmorEffect armorEffect, IItemAttributeModifier attributeModifier) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
getArmorEffect, getArmorItem, getAttributeModifier, getPlayer, getStack, getWorld, setArmorEffect, setAttributeModifier
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
Effect
public Effect(GenericArmor armorItem, net.minecraft.world.level.Level world, net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack stack, IArmorEffect armorEffect, IItemAttributeModifier attributeModifier)
-