Class CaptureCombo

java.lang.Object
com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo

public class CaptureCombo extends Object
Created by Jay113355 on 9/5/2021.
  • Constructor Details

    • CaptureCombo

      public CaptureCombo()
  • Method Details

    • onCapture

      public void onCapture(net.minecraft.server.level.ServerPlayer player, Species species)
      Sets and increments the combo counter, or resets the counter if the species doesn't match the last capture.
    • getCurrentCombo

      public int getCurrentCombo()
    • getCurrentSpecies

      public Species getCurrentSpecies()
    • clearCombo

      public void clearCombo()
      Clears the combo, called when a while Pokémon flees.
    • getCurrentThreshold

      public int getCurrentThreshold()
    • refreshThresholdIndex

      public int refreshThresholdIndex()
    • getBaseExpBonus

      public float getBaseExpBonus()
    • getExpBouns

      public float getExpBouns()
    • getBaseShinyModifier

      public float getBaseShinyModifier()
    • getShinyModifier

      public float getShinyModifier()
    • getBasePerfIVCount

      public int getBasePerfIVCount()
    • getPerfIVCount

      public int getPerfIVCount()