Uses of Enum
me.ulrich.koth.data.KothEnum.CmdType
Packages that use KothEnum.CmdType
-
Uses of KothEnum.CmdType in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.CmdTypeModifier and TypeMethodDescriptionCmdData.getType()static KothEnum.CmdTypeReturns the enum constant of this type with the specified name.static KothEnum.CmdType[]KothEnum.CmdType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.data with parameters of type KothEnum.CmdTypeConstructors in me.ulrich.koth.data with parameters of type KothEnum.CmdType -
Uses of KothEnum.CmdType in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.CmdTypeModifier and TypeMethodDescriptionbooleanCmdManager.addCommandKoth(UUID kothUUID, KothEnum.CmdType type, String cmd) voidCmdManager.dispatchCommands(UUID kothUUID, KothEnum.CmdType type, org.bukkit.entity.Player player)