Class ArmorEffectEvent.Attribute
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent.Attribute
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
- Enclosing class:
ArmorEffectEvent
public static class ArmorEffectEvent.Attribute
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
ConstructorsConstructorDescriptionAttribute
(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
-
Attribute
public Attribute(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)
-