Class CheckpointCreateMessage
- java.lang.Object
-
- de.extio.spacecraft.shared.model.message.AbstractMessage
-
- de.extio.spacecraft.shared.model.message.toserver.CheckpointCreateMessage
-
public final class CheckpointCreateMessage extends AbstractMessage
This message is part of the checkpoints system. See also CheckPointUtil
-
-
Constructor Summary
Constructors Constructor Description CheckpointCreateMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<String,Object>>
getClientState()
long
getGameTime()
List<String>
getStatePrefixes()
void
setClientState(List<org.apache.commons.lang3.tuple.Pair<String,Object>> clientState)
void
setGameTime(long gameTime)
void
setStatePrefixes(List<String> statePrefixes)
String
toString()
-