public class MewStats extends ExtraStats
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CLONES
The maximum number of times a Mew can be cloned.
|
int |
numCloned |
Modifier and Type | Method and Description |
---|---|
ExtraStats |
copy() |
void |
readFromNBT(net.minecraft.nbt.CompoundNBT nbt) |
void |
writeToNBT(net.minecraft.nbt.CompoundNBT nbt) |
getExtraStats, hasSpecialSetup, init, specialPrep
public int numCloned
public static final int MAX_CLONES
public void writeToNBT(net.minecraft.nbt.CompoundNBT nbt)
writeToNBT
in class ExtraStats
public void readFromNBT(net.minecraft.nbt.CompoundNBT nbt)
readFromNBT
in class ExtraStats
public ExtraStats copy()
copy
in class ExtraStats