Class ShearableStats
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
int
getValue()
net.minecraft.network.chat.Component
void
readFromNBT
(net.minecraft.nbt.CompoundTag nbt) void
setValue
(int value) void
writeToNBT
(net.minecraft.nbt.CompoundTag nbt) Methods inherited from class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
getExtraStats, hasSpecialSetup, init, specialPrep
-
Field Details
-
growthStage
public byte growthStage
-
-
Constructor Details
-
ShearableStats
public ShearableStats() -
ShearableStats
public ShearableStats(byte readByte)
-
-
Method Details
-
writeToNBT
public void writeToNBT(net.minecraft.nbt.CompoundTag nbt) - Specified by:
writeToNBT
in classExtraStats
-
readFromNBT
public void readFromNBT(net.minecraft.nbt.CompoundTag nbt) - Specified by:
readFromNBT
in classExtraStats
-
copy
- Specified by:
copy
in classExtraStats
-
getValue
public int getValue()- Specified by:
getValue
in classExtraStats
-
setValue
public void setValue(int value) - Specified by:
setValue
in classExtraStats
-
getValueName
public net.minecraft.network.chat.Component getValueName()- Specified by:
getValueName
in classExtraStats
-