java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats

public class MewStats extends ExtraStats
Keeps track of the number of times Mew has been cloned.
  • Field Details

    • numCloned

      public int numCloned
    • MAX_CLONES

      public static final int MAX_CLONES
      The maximum number of times a Mew can be cloned.
      See Also:
  • Constructor Details

    • MewStats

      public MewStats()
    • MewStats

      public MewStats(int numCloned)
  • Method Details

    • writeToNBT

      public void writeToNBT(net.minecraft.nbt.CompoundTag nbt)
      Specified by:
      writeToNBT in class ExtraStats
    • readFromNBT

      public void readFromNBT(net.minecraft.nbt.CompoundTag nbt)
      Specified by:
      readFromNBT in class ExtraStats