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.String
separator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Command
getType()
-
-
-
Field Detail
-
separator
static final java.lang.String separator
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
Command getType()
-
-