Class IncensePowerIncreaseItem

java.lang.Object
net.minecraft.world.item.Item
com.pixelmonmod.pixelmon.items.PixelmonItem
com.pixelmonmod.pixelmon.items.HeldItem
com.pixelmonmod.pixelmon.items.heldItems.IncensePowerIncreaseItem
All Implemented Interfaces:
ITranslatable, net.minecraft.world.flag.FeatureElement, net.minecraft.world.level.ItemLike, net.minecraftforge.common.extensions.IForgeItem

public class IncensePowerIncreaseItem extends HeldItem
An incense that increases the power of a certain type of move.
  • Constructor Details

    • IncensePowerIncreaseItem

      public IncensePowerIncreaseItem(EnumIncenses IncenseType, Element type)
      Initializes the incense.
      Parameters:
      IncenseType - The type of incense.
      type - The move type to increase the power of.
  • Method Details

    • preProcessDamagingAttackUser

      public double preProcessDamagingAttackUser(PixelmonWrapper attacker, PixelmonWrapper target, Attack attack, double damage)
      Description copied from class: HeldItem
      Triggers before the holder uses a damaging attack.
      Overrides:
      preProcessDamagingAttackUser in class HeldItem
      Parameters:
      attacker - The attack's user.
      target - The attack's target.
      attack - The attack.
      damage - The damage to be dealt.
      Returns:
      The modified damage.
    • useOn

      public net.minecraft.world.InteractionResult useOn(net.minecraft.world.item.context.UseOnContext context)
      Overrides:
      useOn in class net.minecraft.world.item.Item
    • getBlock

      public net.minecraft.world.level.block.Block getBlock()