Uses of Interface
net.tnemc.plugincore.core.compatibility.PlayerProvider
Packages that use PlayerProvider
Package
Description
-
Uses of PlayerProvider in net.tnemc.plugincore.bukkit.impl
Classes in net.tnemc.plugincore.bukkit.impl that implement PlayerProviderMethods in net.tnemc.plugincore.bukkit.impl that return PlayerProviderModifier and TypeMethodDescriptionBukkitServerProvider.initializePlayer(@NotNull Object player) This is used to return an instance of anplayerbased on the provided instance's player object.Methods in net.tnemc.plugincore.bukkit.impl that return types with arguments of type PlayerProviderModifier and TypeMethodDescriptionBukkitServerProvider.findPlayer(@NotNull UUID identifier) Attempts to find aplayerbased on anidentifier.BukkitCMDSource.player()Used to get the relatedPlayerProviderfor this command source. -
Uses of PlayerProvider in net.tnemc.plugincore.core.compatibility
Methods in net.tnemc.plugincore.core.compatibility that return PlayerProviderModifier and TypeMethodDescriptionServerConnector.initializePlayer(@NotNull Object player) This is used to return an instance of anplayerbased on the provided instance's player object.Methods in net.tnemc.plugincore.core.compatibility that return types with arguments of type PlayerProviderModifier and TypeMethodDescriptionServerConnector.findPlayer(@NotNull UUID identifier) Attempts to find aplayerbased on anidentifier.abstract Optional<PlayerProvider> CmdSource.player()Used to get the relatedPlayerProviderfor this command source. -
Uses of PlayerProvider in net.tnemc.plugincore.core.io.message
Methods in net.tnemc.plugincore.core.io.message with parameters of type PlayerProviderModifier and TypeMethodDescriptionnet.kyori.adventure.text.ComponentMessageData.grab(@NotNull PlayerProvider player) Used to translate a message for a player and return the translatedComponent.static net.kyori.adventure.text.ComponentMessageHandler.grab(MessageData messageData, @NotNull PlayerProvider player) Used to translate a message for a player and return the translatedComponent. -
Uses of PlayerProvider in net.tnemc.plugincore.core.utils
Methods in net.tnemc.plugincore.core.utils with parameters of type PlayerProviderModifier and TypeMethodDescriptionstatic voidExperience.changeExperience(PlayerProvider player, int exp, boolean remove) Change a Player's exp.static voidExperience.changeLevel(PlayerProvider player, int level, boolean remove) Change a player's exp level.static intExperience.getExperience(PlayerProvider player) Calculates a player's total exp based on level and progress to next.static BigDecimalExperience.getExperienceAsDecimal(PlayerProvider player) Calculates a player's total exp based on level and progress to next.static voidExperience.setExperience(PlayerProvider player, int exp) Change a Player's exp.static voidExperience.setLevel(PlayerProvider player, int level) Change a player's exp level. -
Uses of PlayerProvider in net.tnemc.plugincore.paper.impl
Classes in net.tnemc.plugincore.paper.impl that implement PlayerProviderMethods in net.tnemc.plugincore.paper.impl that return PlayerProviderModifier and TypeMethodDescriptionPaperServerProvider.initializePlayer(@NotNull Object player) This is used to return an instance of anplayerbased on the provided instance's player object.Methods in net.tnemc.plugincore.paper.impl that return types with arguments of type PlayerProviderModifier and TypeMethodDescriptionPaperServerProvider.findPlayer(@NotNull UUID identifier) Attempts to find aplayerbased on anidentifier.PaperCMDSource.player()Used to get the relatedPlayerProviderfor this command source. -
Uses of PlayerProvider in net.tnemc.plugincore.sponge.impl
Classes in net.tnemc.plugincore.sponge.impl that implement PlayerProviderMethods in net.tnemc.plugincore.sponge.impl that return PlayerProviderModifier and TypeMethodDescriptionSpongeServerProvider.initializePlayer(@NotNull Object player) This is used to return an instance of anplayerbased on the provided instance's player object.Methods in net.tnemc.plugincore.sponge.impl that return types with arguments of type PlayerProviderModifier and TypeMethodDescriptionSpongeServerProvider.findPlayer(@NotNull UUID identifier) Attempts to find aplayerbased on anidentifier.SpongeCMDSource.player()Used to get the relatedPlayerProviderfor this command source.