Uses of Enum
me.ulrich.outpost.data.OutpostEnum.CmdType
Packages that use OutpostEnum.CmdType
-
Uses of OutpostEnum.CmdType in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostEnum.CmdTypeModifier and TypeMethodDescriptionCmdData.getType()static OutpostEnum.CmdTypeReturns the enum constant of this type with the specified name.static OutpostEnum.CmdType[]OutpostEnum.CmdType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.outpost.data with parameters of type OutpostEnum.CmdTypeConstructors in me.ulrich.outpost.data with parameters of type OutpostEnum.CmdTypeModifierConstructorDescriptionCmdData(UUID id, UUID kothUUID, String cmd, OutpostEnum.CmdType type, int timed, boolean group, boolean repeat) -
Uses of OutpostEnum.CmdType in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager with parameters of type OutpostEnum.CmdTypeModifier and TypeMethodDescriptionbooleanCmdManager.addCommandOutpost(UUID outpostUUID, OutpostEnum.CmdType type, String cmd) voidCmdManager.dispatchCommands(UUID outpostUUID, OutpostEnum.CmdType type, org.bukkit.entity.Player player) -
Uses of OutpostEnum.CmdType in me.ulrich.outpost.manager.gui
Methods in me.ulrich.outpost.manager.gui with parameters of type OutpostEnum.CmdTypeModifier and TypeMethodDescriptionvoidAdminHomeGuiManager.openCommandSelectGroup(org.bukkit.entity.Player player, OutpostData outpost, OutpostEnum.CmdType type, String title)