Uses of Enum Class
mmud.rest.webentities.MessageType
Packages that use MessageType
Package
Description
Provides snapshots of database entities, specifically for the web.
-
Uses of MessageType in mmud.rest.webentities
Subclasses with type arguments of type MessageType in mmud.rest.webentitiesFields in mmud.rest.webentities declared as MessageTypeMethods in mmud.rest.webentities that return MessageTypeModifier and TypeMethodDescriptionstatic MessageType
Returns the enum constant of this class with the specified name.static MessageType[]
MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in mmud.rest.webentities with parameters of type MessageTypeModifierConstructorDescriptionMessage
(String from, String content, MessageType type) Anything but a chat message, usually broadcasted to everyone playing or used for administrative network purposes (pong or internalpong).