Class RazorClawItem

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

public class RazorClawItem extends HeldItem
Increases the Pokémon's critical hit ratio by one stage.
  • Constructor Details

    • RazorClawItem

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

    • adjustCritStage

      public int adjustCritStage(PixelmonWrapper user)
      Description copied from class: HeldItem
      Modifies the holder's critical hit ratio.
      Overrides:
      adjustCritStage in class HeldItem
      Parameters:
      user - The holder.