Package pacManReloaded.common.messages
Interface IMessage
-
- All Known Implementing Classes:
ChatMessage,ChatWithAddress,GameFinishedMessage,MapMessage,NoParameterMessage,SingleStringParameterMessage
public interface IMessage
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringseparator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandgetType()
-
-
-
Field Detail
-
separator
static final java.lang.String separator
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
Command getType()
-
-