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()longgetGameTime()List<String>getStatePrefixes()voidsetClientState(List<org.apache.commons.lang3.tuple.Pair<String,Object>> clientState)voidsetGameTime(long gameTime)voidsetStatePrefixes(List<String> statePrefixes)StringtoString()
-