Class RockPaperScissors
java.lang.Object
net.flectone.pulse.module.command.rockpaperscissors.model.RockPaperScissors
A round of rock-paper-scissors between two players.
-
Constructor Summary
ConstructorsConstructorDescriptionRockPaperScissors(UUID sender, UUID receiver) Starts a round with a fresh id.RockPaperScissors(UUID id, UUID sender, UUID receiver) Recreates a round that already has an id, used when it arrives from another server. -
Method Summary
-
Constructor Details
-
RockPaperScissors
-
RockPaperScissors
-
-
Method Details
-
getSender
-
getReceiver
-
getId
-
getSenderMove
-
setSenderMove
-