public class LakeTrioStats extends ExtraStats
| Modifier and Type | Field and Description |
|---|---|
int |
numEnchanted |
| Constructor and Description |
|---|
LakeTrioStats() |
LakeTrioStats(int numEnchanted) |
| 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, specialPreppublic LakeTrioStats()
public LakeTrioStats(int numEnchanted)
public void writeToNBT(net.minecraft.nbt.CompoundNBT nbt)
writeToNBT in class ExtraStatspublic void readFromNBT(net.minecraft.nbt.CompoundNBT nbt)
readFromNBT in class ExtraStatspublic ExtraStats copy()
copy in class ExtraStats