Uses of Enum
net.sacredlabyrinth.phaed.simpleclans.events.ChatEvent.Type
Packages that use ChatEvent.Type
-
Uses of ChatEvent.Type in net.sacredlabyrinth.phaed.simpleclans.events
Methods in net.sacredlabyrinth.phaed.simpleclans.events that return ChatEvent.TypeModifier and TypeMethodDescriptionChatEvent.getType()Gets the chat typestatic ChatEvent.TypeReturns the enum constant of this type with the specified name.static ChatEvent.Type[]ChatEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sacredlabyrinth.phaed.simpleclans.events with parameters of type ChatEvent.TypeModifierConstructorDescriptionChatEvent(String message, ClanPlayer sender, List<ClanPlayer> receivers, ChatEvent.Type type)