public class CaptureCombo
extends java.lang.Object
Constructor and Description |
---|
CaptureCombo() |
Modifier and Type | Method and Description |
---|---|
void |
clearCombo()
Clears the combo, called when a while Pokémon flees.
|
float |
getBaseExpBonus() |
int |
getBasePerfIVCount() |
float |
getBaseShinyModifier() |
int |
getCurrentCombo() |
Species |
getCurrentSpecies() |
int |
getCurrentThreshold() |
float |
getExpBouns() |
int |
getPerfIVCount() |
float |
getShinyModifier() |
void |
onCapture(net.minecraft.entity.player.ServerPlayerEntity player,
Species species)
Sets and increments the combo counter, or resets the counter if the species doesn't match the last capture.
|
int |
refreshThresholdIndex() |
public void onCapture(net.minecraft.entity.player.ServerPlayerEntity player, Species species)
public int getCurrentCombo()
public Species getCurrentSpecies()
public void clearCombo()
public int getCurrentThreshold()
public int refreshThresholdIndex()
public float getBaseExpBonus()
public float getExpBouns()
public float getBaseShinyModifier()
public float getShinyModifier()
public int getBasePerfIVCount()
public int getPerfIVCount()