public class StepRequest implements AdminLobbyRequest
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
@JvmOverloads
public StepRequest(@NotNull
java.lang.String roomId,
boolean forced)
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
@JvmOverloads
public StepRequest(@NotNull
java.lang.String roomId)
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
@NotNull public java.lang.String getRoomId()
public void setRoomId(@NotNull
java.lang.String p)
public boolean getForced()
public void setForced(boolean p)
@NotNull public java.lang.String component1()
public boolean component2()
@NotNull public StepRequest copy(@NotNull java.lang.String roomId, boolean forced)
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
@NotNull public java.lang.String toString()
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
public int hashCode()
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.
public boolean equals(@Nullable
java.lang.Object p)
Sent by administrative client to send a MoveRequest to the current player. Only works for paused games.