public class TreeStatsSaveHelper extends java.lang.Object implements IStatsSaveHelper
| Constructor and Description |
|---|
TreeStatsSaveHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraInfo(java.util.Collection<java.lang.String> statistics,
IBreedingTracker breedingTracker) |
IBreedingTracker |
getBreedingTracker(net.minecraft.world.World world,
com.mojang.authlib.GameProfile gameProfile) |
java.lang.String |
getFileSuffix() |
java.util.Collection<IAlleleSpecies> |
getSpecies() |
java.lang.String |
getUnlocalizedSaveStatsString() |
public java.lang.String getUnlocalizedSaveStatsString()
getUnlocalizedSaveStatsString in interface IStatsSaveHelperpublic void addExtraInfo(java.util.Collection<java.lang.String> statistics,
IBreedingTracker breedingTracker)
addExtraInfo in interface IStatsSaveHelperpublic java.util.Collection<IAlleleSpecies> getSpecies()
getSpecies in interface IStatsSaveHelperpublic java.lang.String getFileSuffix()
getFileSuffix in interface IStatsSaveHelperpublic IBreedingTracker getBreedingTracker(net.minecraft.world.World world, com.mojang.authlib.GameProfile gameProfile)
getBreedingTracker in interface IStatsSaveHelper