Uses of Class
de.themoep.resourcepacksplugin.core.ResourcepacksPlayer
Packages that use ResourcepacksPlayer
Package
Description
-
Uses of ResourcepacksPlayer in de.themoep.resourcepacksplugin.bukkit
Methods in de.themoep.resourcepacksplugin.bukkit that return ResourcepacksPlayerMethods in de.themoep.resourcepacksplugin.bukkit with parameters of type ResourcepacksPlayerModifier and TypeMethodDescriptionboolean
WorldResourcepacks.checkPermission
(ResourcepacksPlayer player, String perm) net.md_5.bungee.api.chat.BaseComponent[]
WorldResourcepacks.getComponents
(ResourcepacksPlayer sender, String key, String... replacements) Get message components from the language configWorldResourcepacks.getMessage
(ResourcepacksPlayer sender, String key, String... replacements) boolean
WorldResourcepacks.hasMessage
(ResourcepacksPlayer sender, String key) boolean
WorldResourcepacks.sendMessage
(ResourcepacksPlayer player, String key, String... replacements) boolean
WorldResourcepacks.sendMessage
(ResourcepacksPlayer packPlayer, Level level, String key, String... replacements) -
Uses of ResourcepacksPlayer in de.themoep.resourcepacksplugin.bungee
Methods in de.themoep.resourcepacksplugin.bungee that return ResourcepacksPlayerModifier and TypeMethodDescriptionBungeeResourcepacks.getPlayer
(net.md_5.bungee.api.connection.ProxiedPlayer player) Methods in de.themoep.resourcepacksplugin.bungee with parameters of type ResourcepacksPlayerModifier and TypeMethodDescriptionboolean
BungeeResourcepacks.checkPermission
(ResourcepacksPlayer player, String perm) net.md_5.bungee.api.chat.BaseComponent[]
BungeeResourcepacks.getComponents
(ResourcepacksPlayer sender, String key, String... replacements) Get message components from the language configBungeeResourcepacks.getMessage
(ResourcepacksPlayer sender, String key, String... replacements) boolean
BungeeResourcepacks.hasMessage
(ResourcepacksPlayer sender, String key) boolean
BungeeResourcepacks.sendMessage
(ResourcepacksPlayer player, String key, String... replacements) boolean
BungeeResourcepacks.sendMessage
(ResourcepacksPlayer player, Level level, String key, String... replacements) -
Uses of ResourcepacksPlayer in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core that return ResourcepacksPlayerModifier and TypeMethodDescriptionGet an online player by its nameGet an online player by its UUIDMethods in de.themoep.resourcepacksplugin.core with parameters of type ResourcepacksPlayerModifier and TypeMethodDescriptionPackManager.applyPack
(ResourcepacksPlayer player, String serverName) Apply the pack that a player should have on that server/worldboolean
ResourcepacksPlugin.checkPermission
(ResourcepacksPlayer resourcepacksPlayer, String perm) Check whether or not a player has a permissionvoid
PackManager.generateHashes
(ResourcepacksPlayer sender) Download the pack files and generate sha1 hashes from them, also saves the changes to the config!PackManager.getApplicablePacks
(ResourcepacksPlayer player, String serverName) Get the pack the player should have on that serverResourcepacksPlugin.getMessage
(ResourcepacksPlayer sender, String key, String... replacements) Get a message from the language configboolean
ResourcepacksPlugin.hasMessage
(ResourcepacksPlayer sender, String key) Check whether or not the language config contains a certain messageboolean
ResourcepacksPlugin.sendMessage
(ResourcepacksPlayer player, String key, String... replacements) Send a message to a playerboolean
ResourcepacksPlugin.sendMessage
(ResourcepacksPlayer sender, Level level, String key, String... replacements) Send a message to a senderboolean
PackAssignment.update
(PluginCommandExecutor command, ResourcepacksPlayer sender, String[] args) Update this assignment -
Uses of ResourcepacksPlayer in de.themoep.resourcepacksplugin.core.commands
Methods in de.themoep.resourcepacksplugin.core.commands with parameters of type ResourcepacksPlayerModifier and TypeMethodDescriptionboolean
PluginCommandExecutor.execute
(ResourcepacksPlayer sender, String[] args) protected String
PluginCommandExecutor.getMessage
(ResourcepacksPlayer sender, String key, String... replacements) abstract boolean
PluginCommandExecutor.run
(ResourcepacksPlayer sender, String[] args) boolean
ResetPackCommandExecutor.run
(ResourcepacksPlayer sender, String[] args) boolean
ResourcepacksPluginCommandExecutor.run
(ResourcepacksPlayer sender, String[] args) boolean
UsePackCommandExecutor.run
(ResourcepacksPlayer sender, String[] args) void
PluginCommandExecutor.sendMessage
(ResourcepacksPlayer sender, String key, String... replacements) -
Uses of ResourcepacksPlayer in de.themoep.resourcepacksplugin.velocity
Methods in de.themoep.resourcepacksplugin.velocity that return ResourcepacksPlayerModifier and TypeMethodDescriptionVelocityResourcepacks.getPlayer
(com.velocitypowered.api.proxy.Player player) Methods in de.themoep.resourcepacksplugin.velocity with parameters of type ResourcepacksPlayerModifier and TypeMethodDescriptionboolean
VelocityResourcepacks.checkPermission
(ResourcepacksPlayer player, String perm) net.kyori.adventure.text.Component
VelocityResourcepacks.getComponents
(ResourcepacksPlayer sender, String key, String... replacements) Get message components from the language configVelocityResourcepacks.getMessage
(ResourcepacksPlayer sender, String key, String... replacements) boolean
VelocityResourcepacks.hasMessage
(ResourcepacksPlayer sender, String key) boolean
VelocityResourcepacks.sendMessage
(ResourcepacksPlayer player, String key, String... replacements) boolean
VelocityResourcepacks.sendMessage
(ResourcepacksPlayer player, Level level, String key, String... replacements)