Uses of Enum Class
studio.magemonkey.codex.mccore.config.FilterType
Packages that use FilterType
-
Uses of FilterType in studio.magemonkey.codex.mccore.config
Methods in studio.magemonkey.codex.mccore.config that return FilterTypeModifier and TypeMethodDescriptionstatic FilterTypeReturns the enum constant of this class with the specified name.static FilterType[]FilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in studio.magemonkey.codex.mccore.config with parameters of type FilterTypeModifier and TypeMethodDescriptionCommentedLanguageConfig.getMessage(String key, boolean player, FilterType filterType, CustomFilter... filters) Gets a message using the provided filtersLanguageConfig.getMessage(String key, boolean player, FilterType filterType, CustomFilter... filters) Gets a message using the provided filtersvoidCommentedLanguageConfig.sendMessage(String key, Collection<UUID> targetIds, FilterType filterType, CustomFilter... filters) Sends a message using the provided filters to a list of players represented by their IDsvoidCommentedLanguageConfig.sendMessage(String key, org.bukkit.command.CommandSender target, FilterType filterType, CustomFilter... filters) Sends a message using the provided filtersvoidCommentedLanguageConfig.sendMessage(String key, org.bukkit.Location loc, double radius, FilterType filterType, CustomFilter... filters) Sends a message to an area using the provided filtersvoidLanguageConfig.sendMessage(String key, Collection<UUID> targetIds, FilterType filterType, CustomFilter... filters) Sends a message using the provided filters to a list of players represented by their IDsvoidLanguageConfig.sendMessage(String key, org.bukkit.command.CommandSender target, FilterType filterType, CustomFilter... filters) Sends a message using the provided filtersvoidLanguageConfig.sendMessage(String key, org.bukkit.Location loc, double radius, FilterType filterType, CustomFilter... filters) Sends a message to an area using the provided filters