public class BonusStats
extends java.lang.Object
Constructor and Description |
---|
BonusStats() |
BonusStats(io.netty.buffer.ByteBuf buf) |
BonusStats(int accuracy,
int evasion,
int attack,
int defense,
int specialAttack,
int specialDefense,
int speed) |
BonusStats(Species species) |
Modifier and Type | Method and Description |
---|---|
BonusStats |
copy() |
int |
getStatModificationRank() |
BattleStatsType |
getStatModified() |
boolean |
isPersistentAfterCapture() |
boolean |
modifyPokemon(PixelmonWrapper pw) |
void |
readFromByteBuffer(io.netty.buffer.ByteBuf buf) |
void |
readFromNBT(Pokemon pokemon,
net.minecraft.nbt.CompoundNBT tag) |
void |
setPersistentAfterCapture(boolean persistentAfterCapture) |
void |
writeToByteBuffer(io.netty.buffer.ByteBuf buf) |
void |
writeToNBT(net.minecraft.nbt.CompoundNBT tag) |
public BonusStats()
public BonusStats(int accuracy, int evasion, int attack, int defense, int specialAttack, int specialDefense, int speed)
public BonusStats(io.netty.buffer.ByteBuf buf)
public BonusStats(Species species)
public BonusStats copy()
public boolean isPersistentAfterCapture()
public void setPersistentAfterCapture(boolean persistentAfterCapture)
public boolean modifyPokemon(PixelmonWrapper pw)
public BattleStatsType getStatModified()
public int getStatModificationRank()
public void writeToByteBuffer(io.netty.buffer.ByteBuf buf)
public void readFromByteBuffer(io.netty.buffer.ByteBuf buf)
public void writeToNBT(net.minecraft.nbt.CompoundNBT tag)
public void readFromNBT(Pokemon pokemon, net.minecraft.nbt.CompoundNBT tag)