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