public class MeltanStats extends ExtraStats
Modifier and Type | Field and Description |
---|---|
int |
nuggetsFed |
Constructor and Description |
---|
MeltanStats() |
MeltanStats(int nuggetsFed) |
Modifier and Type | Method and Description |
---|---|
ExtraStats |
copy() |
int |
feed(net.minecraft.item.ItemStack stack,
int target) |
void |
readFromNBT(net.minecraft.nbt.CompoundNBT nbt) |
void |
writeToNBT(net.minecraft.nbt.CompoundNBT nbt) |
getExtraStats, hasSpecialSetup, init, specialPrep
public int feed(net.minecraft.item.ItemStack stack, int target)
stack
- The Iron Nugget, Ingot, or Block item stacktarget
- The target Iron Nugget countpublic 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