public class PlayerScoreRequest implements AdminLobbyRequest
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.
public PlayerScoreRequest(@NotNull java.lang.String displayName)
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.
@NotNull public java.lang.String getDisplayName()
@NotNull public java.lang.String component1()
@NotNull public PlayerScoreRequest copy(@NotNull java.lang.String displayName)
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.
@NotNull public java.lang.String toString()
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.
public int hashCode()
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.
public boolean equals(@Nullable java.lang.Object p)
Request of administrative client to get score for a player (displayName of player). Only useful if testMode was enabled before game ended.