You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
From the docs for Builder dimensions, it's not clear what units the dimensions are in. This could potentially be a number of tiles, a number of chunks, or even a number of pixels.
It would help to annotate this method with the unit it's expecting. Since this library expects a variety of different measures in various methods, it could also help to introduce newtypes to describe sizes and units of measure.
From the docs for Builder dimensions, it's not clear what units the dimensions are in. This could potentially be a number of tiles, a number of chunks, or even a number of pixels.
It would help to annotate this method with the unit it's expecting. Since this library expects a variety of different measures in various methods, it could also help to introduce newtypes to describe sizes and units of measure.
EDIT: From the source comments, it looks like it's measured in chunks.
The text was updated successfully, but these errors were encountered: