Class CaptureCombo
java.lang.Object
com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
Created by Jay113355 on 9/5/2021.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears the combo, called when a while Pokémon flees.float
int
float
int
int
float
int
float
void
Sets and increments the combo counter, or resets the counter if the species doesn't match the last capture.int
-
Constructor Details
-
CaptureCombo
public CaptureCombo()
-
-
Method Details
-
onCapture
Sets and increments the combo counter, or resets the counter if the species doesn't match the last capture. -
getCurrentCombo
public int getCurrentCombo() -
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()
-