Package me.manossef.semihardcore.data
Class LifeData
java.lang.Object
me.manossef.semihardcore.data.LifeData
Stores the internal life data for the plugin. The plugin creates an instance of this class when it's enabled, but
does not allow any outside classes to access it to prevent fatal errors. Creating any new instances of this class has
no effect on the plugin. Therefore, this class should be of no interest to any add-ons.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LifeData
-
-
Method Details
-
saveToFile
public void saveToFile(org.bukkit.configuration.file.FileConfiguration livesFile) Saves the life data to the lives.yml file.- Parameters:
livesFile
- The lives.yml file configuration.
-
getLives
-
hasLives
-
setLives
-