Uses of Enum
me.ulrich.koth.data.KothEnum.MsgUsage
Packages that use KothEnum.MsgUsage
Package
Description
-
Uses of KothEnum.MsgUsage in me.ulrich.koth.api
Methods in me.ulrich.koth.api with parameters of type KothEnum.MsgUsageModifier and TypeMethodDescriptionvoidCommandAPIManager.sendCommandJson(org.bukkit.command.CommandSender player, CommandData comander, KothEnum.MsgUsage key, List<String> data) voidCommandAPIManager.sendSubCommandJson(org.bukkit.command.CommandSender player, CommandData comander, String sub, KothEnum.MsgUsage key, List<String> data) -
Uses of KothEnum.MsgUsage in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.MsgUsageModifier and TypeMethodDescriptionstatic KothEnum.MsgUsageReturns the enum constant of this type with the specified name.static KothEnum.MsgUsage[]KothEnum.MsgUsage.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KothEnum.MsgUsage in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces with parameters of type KothEnum.MsgUsageModifier and TypeMethodDescriptionvoidCommandAPI.sendCommandJson(org.bukkit.command.CommandSender player, CommandData comander, KothEnum.MsgUsage key, List<String> data) voidCommandAPI.sendSubCommandJson(org.bukkit.command.CommandSender player, CommandData comander, String sub, KothEnum.MsgUsage key, List<String> data) -
Uses of KothEnum.MsgUsage in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.MsgUsageModifier and TypeMethodDescriptionvoidMessageManager.sendCommandJson(org.bukkit.command.CommandSender player, CommandData comander, KothEnum.MsgUsage key, List<String> data) voidMessageManager.sendSubCommandJson(org.bukkit.command.CommandSender player, CommandData comander, String sub, KothEnum.MsgUsage key, List<String> data)