public class ShearableStats extends ExtraStats
Modifier and Type | Field and Description |
---|---|
byte |
growthStage |
Constructor and Description |
---|
ShearableStats() |
ShearableStats(byte readByte) |
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 ShearableStats()
public ShearableStats(byte readByte)
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