Index
All Classes and Interfaces|All Packages
S
- sacrificesForRevival() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
sacrificesForRevival
record component. - saveConfig() - Method in class me.manossef.semihardcore.files.SemiHardcoreYmlFile
-
Saves the configuration to the YML file.
- saveDefaultConfig() - Method in class me.manossef.semihardcore.files.SemiHardcoreYmlFile
-
Creates the file in the plugin's data folder if it does not exist.
- saveToFile(FileConfiguration) - Method in class me.manossef.semihardcore.data.LifeData
-
Saves the life data to the lives.yml file.
- saveToFile(FileConfiguration) - Method in class me.manossef.semihardcore.data.Messages
-
Saves the messages to the messages.yml file.
- saveToFile(FileConfiguration) - Method in record class me.manossef.semihardcore.data.Options
-
Saves the options to the config.yml file.
- SemiHardcore - Class in me.manossef.semihardcore
-
This is the main class of SemiHardcore.
- SemiHardcore() - Constructor for class me.manossef.semihardcore.SemiHardcore
- SemiHardcoreYmlFile - Class in me.manossef.semihardcore.files
-
Holds the information for a single YML file of this plugin.
- SemiHardcoreYmlFile(JavaPlugin, String) - Constructor for class me.manossef.semihardcore.files.SemiHardcoreYmlFile
-
Constructs a new holder for a YML file.
- setDead(Player, boolean) - Method in class me.manossef.semihardcore.LifeChanges
-
Deprecated.
- setLives(UUID, int) - Method in class me.manossef.semihardcore.data.LifeData
- setLives(Player, int) - Method in class me.manossef.semihardcore.LifeChanges
-
Sets the specified player's life count to the specified number.
- SetLivesCommand - Class in me.manossef.semihardcore.commands
-
Handles the implementation of the plugin's
/setlives
command. - SetLivesCommand(SemiHardcore) - Constructor for class me.manossef.semihardcore.commands.SetLivesCommand
- setlivesInvalidLives - Variable in class me.manossef.semihardcore.data.Messages
-
Message "setlives-command-messages.invalid-lives".
- setlivesLimitedSuccess - Variable in class me.manossef.semihardcore.data.Messages
-
Message "setlives-command-messages.limited-success".
- setlivesSuccess - Variable in class me.manossef.semihardcore.data.Messages
-
Message "setlives-command-messages.success".
- setlivesUnspecifiedLives - Variable in class me.manossef.semihardcore.data.Messages
-
Message "setlives-command-messages.unspecified-lives".
- setLivesUpToLimit(Player, int) - Method in class me.manossef.semihardcore.LifeChanges
-
Deprecated.It is no longer possible to breach the life limit using
LifeChanges.setLives(Player, int)
, therefore this method has no use. - setLivesZeroAndKill(Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sets the specified player's life count to zero and kills them.
- startingLivesMax() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
startingLivesMax
record component. - startingLivesMin() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
startingLivesMin
record component.
All Classes and Interfaces|All Packages
LifeChanges.setLives(org.bukkit.entity.Player, int)
with a life count of 0 is enough.