-
Notifications
You must be signed in to change notification settings - Fork 18
Improvement: Manager and build sim docs #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| /** | ||
| * Populates the [actions] collection and sets some configurations. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| /** | ||
| * Designed to handle placements pending a response from the server. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| /** | ||
| * Manager designed to place blocks. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| * Plays the block placement sound at a given position. | ||
| * Plays the block placement sound at a given [pos]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| /** | ||
| * The public API for simulating a blueprint. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| /** | ||
| * Public [SimDsl] API. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| * the provided concurrent set. This method uses coroutines to perform the simulations in parallel. The results | ||
| * will likely not be returned in the same order they were simulated due to the parallel nature of the simulations. | ||
| * | ||
| * @return A set of [BuildResult]s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
| /** | ||
| * Scans a [voxelShape] on the given [sides] at the [pos] from the [pov]. | ||
| * | ||
| * @return A set of [CheckedHit] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x
No description provided.