Uses of Class
de.themoep.resourcepacksplugin.core.ResourcepacksPlayer
Packages that use ResourcepacksPlayer
Package
Description
-
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/worldbooleanResourcepacksPlugin.checkPermission(ResourcepacksPlayer resourcepacksPlayer, String perm) Check whether or not a player has a permissionvoidPackManager.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 configbooleanResourcepacksPlugin.hasMessage(ResourcepacksPlayer sender, String key) Check whether or not the language config contains a certain messagebooleanResourcepacksPlugin.sendMessage(ResourcepacksPlayer player, String key, String... replacements) Send a message to a playerbooleanResourcepacksPlugin.sendMessage(ResourcepacksPlayer sender, Level level, String key, String... replacements) Send a message to a senderbooleanPackAssignment.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 TypeMethodDescriptionbooleanPluginCommandExecutor.execute(ResourcepacksPlayer sender, String[] args) protected StringPluginCommandExecutor.getMessage(ResourcepacksPlayer sender, String key, String... replacements) abstract booleanPluginCommandExecutor.run(ResourcepacksPlayer sender, String[] args) booleanResetPackCommandExecutor.run(ResourcepacksPlayer sender, String[] args) booleanResourcepacksPluginCommandExecutor.run(ResourcepacksPlayer sender, String[] args) booleanUsePackCommandExecutor.run(ResourcepacksPlayer sender, String[] args) voidPluginCommandExecutor.sendMessage(ResourcepacksPlayer sender, String key, String... replacements)