Package tech.underoaks.coldcase.remote
Class Messages.CreateRemoteInteractionChainMessage
java.lang.Object
tech.underoaks.coldcase.remote.Message
tech.underoaks.coldcase.remote.Messages.CreateRemoteInteractionChainMessage
- Enclosing class:
Messages
Message to request the creation of a new remote interaction chain.
Sent to initialize a remote simulation of interactions.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an emptyCreateRemoteInteractionChainMessage.CreateRemoteInteractionChainMessage(String remoteGameControllerInstanceId) Constructs aCreateRemoteInteractionChainMessagewith the specified remote game controller instance identifier. -
Method Summary
Methods inherited from class tech.underoaks.coldcase.remote.Message
getRemoteGameControllerInstanceId, setRemoteGameControllerInstanceId
-
Constructor Details
-
CreateRemoteInteractionChainMessage
public CreateRemoteInteractionChainMessage()Constructs an emptyCreateRemoteInteractionChainMessage. -
CreateRemoteInteractionChainMessage
Constructs aCreateRemoteInteractionChainMessagewith the specified remote game controller instance identifier.- Parameters:
remoteGameControllerInstanceId- the identifier of the remote game controller instance
-