Class ToxicOrbItem

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

public class ToxicOrbItem extends HeldItem
Badly poisons the holder after a turn has passed.
  • Constructor Details

    • ToxicOrbItem

      public ToxicOrbItem()
      Initializes the held item.
  • Method Details

    • applyRepeatedEffectAfterStatus

      public void applyRepeatedEffectAfterStatus(PixelmonWrapper pokemon)
      Description copied from class: HeldItem
      Triggers at the end of every turn after residual status damage has been applied.
      Overrides:
      applyRepeatedEffectAfterStatus in class HeldItem
      Parameters:
      pokemon - The holder.