Index
All Classes and Interfaces|All Packages
G
- getAuthor() - Method in class me.manossef.semihardcore.data.Placeholders
- getConfig() - Method in class me.manossef.semihardcore.files.SemiHardcoreYmlFile
-
Returns the YML configuration of the file.
- getDeadOnlinePlayers() - Method in class me.manossef.semihardcore.LifeChanges
-
Returns a set of all players that currently have zero lives.
- getDeadPlayersFile() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the deadPlayers.yml file as a
SemiHardcoreYmlFile
. - getHandlerList() - Static method in class me.manossef.semihardcore.listeners.PlayerLifeChangeEvent
- getHandlerList() - Static method in class me.manossef.semihardcore.listeners.PlayerLifeGiveawayEvent
- getHandlerList() - Static method in class me.manossef.semihardcore.listeners.PlayerReviveEvent
- getHandlerList() - Static method in class me.manossef.semihardcore.listeners.PlayerSacrificeEvent
- getHandlers() - Method in class me.manossef.semihardcore.listeners.PlayerLifeChangeEvent
- getHandlers() - Method in class me.manossef.semihardcore.listeners.PlayerLifeGiveawayEvent
- getHandlers() - Method in class me.manossef.semihardcore.listeners.PlayerReviveEvent
- getHandlers() - Method in class me.manossef.semihardcore.listeners.PlayerSacrificeEvent
- getIdentifier() - Method in class me.manossef.semihardcore.data.Placeholders
- getLifeChanges() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the plugin's instance of
LifeChanges
, the class that is responsible for every change in any player's life count or death status, as well as a lot of the plugin's messages. - getLives(UUID) - Method in class me.manossef.semihardcore.data.LifeData
- getLives(Player) - Method in class me.manossef.semihardcore.LifeChanges
-
Returns the number of lives the specified player currently has.
- getLivesFile() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the lives.yml file as a
SemiHardcoreYmlFile
. - getLivesForNewPlayer() - Method in class me.manossef.semihardcore.LifeChanges
-
Returns a new random number of lives between the plugin's minimum starting lives (inclusive) and the maximum starting lives (inclusive).
- getLivesLimit() - Method in class me.manossef.semihardcore.data.Options
-
Returns the maximum number of lives a player can have at any time.
- getLivesLimit() - Method in class me.manossef.semihardcore.LifeChanges
-
Returns the maximum number of lives a player can have at any time.
- getMaximumStartingLives() - Method in class me.manossef.semihardcore.data.Options
-
Returns the maximum number of lives a player can start with.
- getMessages() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the plugin's message configuration, as a
Messages
object. - getMessagesFile() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the messages.yml file as a
SemiHardcoreYmlFile
. - getMinimumStartingLives() - Method in class me.manossef.semihardcore.data.Options
-
Returns the minimum number of lives a player can start with.
- getNewLives() - Method in class me.manossef.semihardcore.listeners.PlayerLifeChangeEvent
-
Returns the player's life count after the life change.
- getOfficialAddonList() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the official list of add-ons, retrieved from this GitHub page, in the form of a
JsonReader
. - getOnlinePlayerLifeMap() - Method in class me.manossef.semihardcore.LifeChanges
-
Returns a map of all online players to their life counts.
- getOptions() - Method in class me.manossef.semihardcore.SemiHardcore
-
Returns the plugin's configuration options, as an
Options
object. - getPlayer() - Method in class me.manossef.semihardcore.listeners.PlayerLifeChangeEvent
-
Returns the player whose life count changed.
- getPlayer() - Method in class me.manossef.semihardcore.listeners.PlayerLifeGiveawayEvent
-
Returns the player that gave away the life.
- getPlayer() - Method in class me.manossef.semihardcore.listeners.PlayerReviveEvent
-
Returns the player that was revived.
- getPlayer() - Method in class me.manossef.semihardcore.listeners.PlayerSacrificeEvent
-
Returns the player that gave away their last life
- getPluginName() - Method in class me.manossef.semihardcore.UpdateChecker
-
Returns the resource's name.
- getReceiver() - Method in class me.manossef.semihardcore.listeners.PlayerLifeGiveawayEvent
-
Returns the player that received the life.
- getSacrificedPlayers() - Method in class me.manossef.semihardcore.LifeChanges
-
Returns a set containing the UUIDs of all players currently marked as being sacrificed.
- getVersion() - Method in class me.manossef.semihardcore.data.Placeholders
- givelifeCannotRevive - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.cannot-revive".
- GiveLifeCommand - Class in me.manossef.semihardcore.commands
-
The class that handles the implementation of the plugin's
/givelife
command. - GiveLifeCommand(SemiHardcore) - Constructor for class me.manossef.semihardcore.commands.GiveLifeCommand
- givelifeDisabled - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.disabled".
- givelifeGiveawayConfirmation - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-messages.giveaway-confirmation".
- givelifeGiveawayHover - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-messages.giveaway-hover".
- givelifeLivesLimitHit - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.lives-limit-hit".
- givelifeNoLivesLeft - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.no-lives-left".
- givelifeOneLifeLeft - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.one-life-left".
- givelifeRevivalWarning - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-messages.revival-warning".
- givelifeSacrificeConfirmation - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-messages.sacrifice-confirmation".
- givelifeSacrificeHover - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-messages.sacrifice-hover".
- givelifeSelfReference - Variable in class me.manossef.semihardcore.data.Messages
-
Message "givelife-command-errors.self-reference".
All Classes and Interfaces|All Packages