Class ZCrystalItem

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

public class ZCrystalItem extends HeldItem
A held item that can unlock Z-Moves.
  • Field Details

    • type

      public EnumZCrystals type
      The types associated with this Z-Crystal.
  • Constructor Details

    • ZCrystalItem

      public ZCrystalItem(EnumZCrystals type)
      Initializes a Z-Crystal.
      Parameters:
      type - The crystal type.