Uses of Enum
me.ulrich.clans.data.ClanEnum.ChatDataType
Packages that use ClanEnum.ChatDataType
-
Uses of ClanEnum.ChatDataType in me.ulrich.clans.data
Methods in me.ulrich.clans.data that return ClanEnum.ChatDataTypeModifier and TypeMethodDescriptionChatData.getDataType()static ClanEnum.ChatDataTypeReturns the enum constant of this type with the specified name.static ClanEnum.ChatDataType[]ClanEnum.ChatDataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.clans.data with parameters of type ClanEnum.ChatDataTypeConstructors in me.ulrich.clans.data with parameters of type ClanEnum.ChatDataTypeModifierConstructorDescriptionChatData(String key, Object value, org.bukkit.entity.Player player, ClanEnum.ChatDataType dataType, long expires, boolean reopen) -
Uses of ClanEnum.ChatDataType in me.ulrich.clans.manager
Methods in me.ulrich.clans.manager with parameters of type ClanEnum.ChatDataTypeModifier and TypeMethodDescriptionvoidMessageManager.clanMessageJson(ClanData clan, ClanEnum.ChatDataType clanlevelreceived, List<String> data) booleanChatManager.startChat(UUID invited, ClanEnum.ChatDataType clancreate, List<String> asList, boolean reopen, boolean register, int i) booleanChatManager.startChat(org.bukkit.entity.Player player, ClanEnum.ChatDataType dataType, List<String> data, boolean reopen, boolean register, int i)