Interface Position.PositionBuilder<B extends Position.PositionBuilder<B>>

    • Method Detail

      • withPosition

        B withPosition​(int aPosX,
                       int aPosY)
        With position.
        Parameters:
        aPosX - the pos X
        aPosY - the pos Y
        Returns:
        the b
      • withPosition

        B withPosition​(Position aPosition)
        With position.
        Parameters:
        aPosition - the position
        Returns:
        the b