Interface GameProperty.Builder

    • Method Detail

      • key

        GameProperty.Builder key​(String key)

        The game property identifier.

        Parameters:
        key - The game property identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        GameProperty.Builder value​(String value)

        The game property value.

        Parameters:
        value - The game property value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.