Uses of Enum Class
net.dontcode.core.Message.MessageType
-
Uses of Message.MessageType in net.dontcode.core
Fields in net.dontcode.core declared as Message.MessageTypeMethods in net.dontcode.core that return Message.MessageTypeModifier and TypeMethodDescriptionMessage.getType()static Message.MessageTypeReturns the enum constant of this class with the specified name.static Message.MessageType[]Message.MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.dontcode.core with parameters of type Message.MessageTypeConstructors in net.dontcode.core with parameters of type Message.MessageTypeModifierConstructorDescriptionMessage(Message.MessageType type, String sessionId)Message(Message.MessageType type, Change change)