Uses of Enum
me.ulrich.koth.data.KothEnum.ChatDataType
Packages that use KothEnum.ChatDataType
-
Uses of KothEnum.ChatDataType in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.ChatDataTypeModifier and TypeMethodDescriptionChatData.getDataType()static KothEnum.ChatDataTypeReturns the enum constant of this type with the specified name.static KothEnum.ChatDataType[]KothEnum.ChatDataType.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.ChatDataTypeConstructors in me.ulrich.koth.data with parameters of type KothEnum.ChatDataTypeModifierConstructorDescriptionChatData(String key, Object value, org.bukkit.entity.Player player, KothEnum.ChatDataType dataType, long expires, boolean reopen, boolean response) -
Uses of KothEnum.ChatDataType in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.ChatDataTypeModifier and TypeMethodDescriptionvoidMessageManager.allOnlineMessageJson(KothEnum.ChatDataType json, List<String> data, List<org.bukkit.entity.Player> excludeplayers) voidChatManager.cancelAllChat(KothEnum.ChatDataType type) booleanChatManager.cancelChat(org.bukkit.entity.Player player, KothEnum.ChatDataType type) booleanChatManager.startAnnounce(org.bukkit.entity.Player player, KothEnum.ChatDataType dataType, List<String> data, boolean reopen, boolean register, String key, boolean response, float percent, Object value) voidChatManager.startGlobalAnnounce(KothEnum.ChatDataType dataType, List<String> data, boolean reopen, boolean register, String key, boolean response, float percent, Object value)