Class TypeEnhancingItems

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

public class TypeEnhancingItems extends HeldItem
A held item that increases the power of a certain move type by 20%.
  • Field Details

    • enhanceType

      public EnumTypeEnhancingItems enhanceType
      The type of held item.
    • type

      protected Element type
      The move type to increase the power of.
  • Constructor Details

    • TypeEnhancingItems

      public TypeEnhancingItems(EnumTypeEnhancingItems EnhanceType, Element type)
      Initializes the held item.
      Parameters:
      EnhanceType - The move type to increase the power of.
      type - The type of held item.
  • 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.
    • getType

      public Element getType()