Index
All Classes and Interfaces|All Packages
L
- LifeChanges - Class in me.manossef.semihardcore
-
This is the class responsible for every change of any player's life count or death status, as well as for sending messages not specific to the plugin's commands.
- LifeChanges(SemiHardcore) - Constructor for class me.manossef.semihardcore.LifeChanges
- LifeData - Class in me.manossef.semihardcore.data
-
Stores the internal life data for the plugin.
- LifeData(Map<UUID, Integer>, int) - Constructor for class me.manossef.semihardcore.data.LifeData
- lifestealEnabled() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
lifestealEnabled
record component. - lightningStrikeOnLastDeath() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
lightningStrikeOnLastDeath
record component. - Listeners - Class in me.manossef.semihardcore.listeners
-
SemiHardcore's listener class.
- Listeners(SemiHardcore) - Constructor for class me.manossef.semihardcore.listeners.Listeners
- livesAfterBeingGenerousNone - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-being-generous.none".
- livesAfterBeingGenerousPlural - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-being-generous.plural".
- livesAfterBeingGenerousSingular - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-being-generous.singular".
- livesAfterDeathNone - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-death.none".
- livesAfterDeathNoneTitle - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-death.none-title".
- livesAfterDeathPlural - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-death.plural".
- livesAfterDeathSingular - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-death.singular".
- livesAfterDonationNone - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-donation.none".
- livesAfterDonationPlural - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-donation.plural".
- livesAfterDonationSingular - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-donation.singular".
- livesAfterLifestealNone - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-lifesteal.none".
- livesAfterLifestealPlural - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-lifesteal.plural".
- livesAfterLifestealSingular - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message-after-lifesteal.singular".
- LivesCommand - Class in me.manossef.semihardcore.commands
-
Handles the implementation of the plugin's
/lives
command. - LivesCommand(SemiHardcore) - Constructor for class me.manossef.semihardcore.commands.LivesCommand
- livesLimit() - Method in record class me.manossef.semihardcore.data.Options
-
Returns the value of the
livesLimit
record component. - livesMessage(Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sends the message shown by the
/lives
command to the specified player. - livesMessageAfterBeingGenerous(Player, Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sends the message shown to the donor of the
/givelife
command to the specified player. - livesMessageAfterDeath(Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sends the message shown to a player when they die to the specified player.
- livesMessageAfterGenerosity(Player, Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sends the message shown to the receiver of the
/givelife
command to the specified player. - livesMessageAfterLifesteal(Player, Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Sends the message shown to a player when they steal a life to the specified player.
- livesNone - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message.none".
- livesPlural - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message.plural".
- livesSingular - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-message.singular".
- livesTitleAfterDonation - Variable in class me.manossef.semihardcore.data.Messages
-
Message "lives-title-after-donation".
- logOptions(Logger) - Method in record class me.manossef.semihardcore.data.Options
-
Logs the current state of the plugin's options to the specified logger in a human-readable way.
All Classes and Interfaces|All Packages