Uses of Class
org.strassburger.lifestealz.LifeStealZ
Packages that use LifeStealZ
Package
Description
-
Uses of LifeStealZ in org.strassburger.lifestealz
Methods in org.strassburger.lifestealz that return LifeStealZ -
Uses of LifeStealZ in org.strassburger.lifestealz.api
Constructors in org.strassburger.lifestealz.api with parameters of type LifeStealZ -
Uses of LifeStealZ in org.strassburger.lifestealz.caches
Methods in org.strassburger.lifestealz.caches that return LifeStealZConstructors in org.strassburger.lifestealz.caches with parameters of type LifeStealZModifierConstructorDescriptionCache
(LifeStealZ plugin) EliminatedPlayersCache
(LifeStealZ plugin) A cache for eliminated players to avoid unnecessary database queries on tab completionOfflinePlayerCache
(LifeStealZ plugin) A cache for offline players to avoid unnecessary database queries on tab completion -
Uses of LifeStealZ in org.strassburger.lifestealz.commands
Constructors in org.strassburger.lifestealz.commands with parameters of type LifeStealZModifierConstructorDescriptionEliminateCommand
(LifeStealZ plugin) HeartCommand
(LifeStealZ plugin) ReviveCommand
(LifeStealZ plugin) WithdrawCommand
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.commands.MainCommand
Constructors in org.strassburger.lifestealz.commands.MainCommand with parameters of type LifeStealZModifierConstructorDescriptionMainCommandHandler
(LifeStealZ plugin) MainTabCompleter
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.commands.MainCommand.subcommands
Constructors in org.strassburger.lifestealz.commands.MainCommand.subcommands with parameters of type LifeStealZModifierConstructorDescriptionDataSubCommand
(LifeStealZ plugin) DebugSubCommand
(LifeStealZ plugin) DevSubCommand
(LifeStealZ plugin) GiveItemSubCommand
(LifeStealZ plugin) GracePeriodSubcommand
(LifeStealZ plugin) HeartsSubCommand
(LifeStealZ plugin) HelpSubCommand
(LifeStealZ plugin) RecipeSubCommand
(LifeStealZ plugin) ReloadSubCommand
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.listeners
Constructors in org.strassburger.lifestealz.listeners with parameters of type LifeStealZModifierConstructorDescriptionEntityResurrectListener
(LifeStealZ plugin) InteractionListener
(LifeStealZ plugin) InventoryClickListener
(LifeStealZ plugin) InventoryCloseListener
(LifeStealZ plugin) PlayerDeathListener
(LifeStealZ plugin) PlayerItemPickupListener
(LifeStealZ plugin) PlayerJoinListener
(LifeStealZ plugin) PlayerLoginListener
(LifeStealZ plugin) WorldSwitchListener
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.storage
Methods in org.strassburger.lifestealz.storage that return LifeStealZConstructors in org.strassburger.lifestealz.storage with parameters of type LifeStealZModifierConstructorDescriptionMariaDBStorage
(LifeStealZ plugin) MySQLStorage
(LifeStealZ plugin) MySQLSyntaxStorage
(LifeStealZ plugin) SQLiteStorage
(LifeStealZ plugin) SQLStorage
(LifeStealZ plugin) Storage
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.util
Constructors in org.strassburger.lifestealz.util with parameters of type LifeStealZModifierConstructorDescriptionConfigManager
(LifeStealZ plugin) EventManager
(LifeStealZ plugin) GracePeriodConfig
(LifeStealZ plugin) GracePeriodManager
(LifeStealZ plugin) LanguageManager
(LifeStealZ plugin) PapiExpansion
(LifeStealZ plugin) VersionChecker
(LifeStealZ plugin, String modrinthProjectId) WebHookManager
(LifeStealZ plugin) -
Uses of LifeStealZ in org.strassburger.lifestealz.util.commands
Methods in org.strassburger.lifestealz.util.commands with parameters of type LifeStealZModifier and TypeMethodDescriptionCommandUtils.getOfflinePlayersTabCompletion
(boolean allowStar, boolean allowPlus, LifeStealZ plugin) CommandUtils.getPlayersTabCompletion
(boolean allowPlus, LifeStealZ plugin) Gets a list of player names for tab completionstatic List
<org.bukkit.OfflinePlayer> CommandUtils.parseOfflinePlayer
(String playerName, boolean allowStar, boolean allowPlus, LifeStealZ plugin) static List
<org.bukkit.entity.Player> CommandUtils.parsePlayerName
(String playerName, boolean allowPlus, LifeStealZ plugin) Parses a player name (or a star) to a list of playersConstructors in org.strassburger.lifestealz.util.commands with parameters of type LifeStealZ -
Uses of LifeStealZ in org.strassburger.lifestealz.util.customitems.recipe
Constructors in org.strassburger.lifestealz.util.customitems.recipe with parameters of type LifeStealZ