Class MeltanStats
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
Keeps track of the number of ingots fed to Meltan.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
int
feed
(net.minecraft.world.item.ItemStack stack, int target) 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
-
nuggetsFed
public int nuggetsFed
-
-
Constructor Details
-
MeltanStats
public MeltanStats() -
MeltanStats
public MeltanStats(int nuggetsFed)
-
-
Method Details
-
feed
public int feed(net.minecraft.world.item.ItemStack stack, int target) - Parameters:
stack
- The Iron Nugget, Ingot, or Block item stacktarget
- The target Iron Nugget count- Returns:
- The target Iron Nugget count minus any leftover fed.
-
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
-