Uses of Enum Class
org.rspeer.game.event.ChatMessageEvent.Type
Packages that use ChatMessageEvent.Type
-
Uses of ChatMessageEvent.Type in org.rspeer.game.event
Subclasses with type arguments of type ChatMessageEvent.Type in org.rspeer.game.eventMethods in org.rspeer.game.event that return ChatMessageEvent.TypeModifier and TypeMethodDescriptionChatMessageEvent.getType()static ChatMessageEvent.TypeReturns the enum constant of this class with the specified name.static ChatMessageEvent.Type[]ChatMessageEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.