Interface MoveKeys.Builder

    • Method Detail

      • entries

        MoveKeys.Builder entries​(Collection<MoveKeyEntry> entries)

        An array of objects, where each object contains the information about one key to move.

        Parameters:
        entries - An array of objects, where each object contains the information about one key to move.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        MoveKeys.Builder entries​(MoveKeyEntry... entries)

        An array of objects, where each object contains the information about one key to move.

        Parameters:
        entries - An array of objects, where each object contains the information about one key to move.
        Returns:
        Returns a reference to this object so that method calls can be chained together.