-
Method Summary
default void
Paints a cube at the given point with the given width.
void
void
Runs the given operation on any point where the noise predicate returns true.
-
Method Details
-
cube
default void cube(Point mid,
int size,
Block block)
Paints a cube at the given point with the given width.
-
-
operation2d
Runs the given operation on any point where the noise predicate returns true.
- Parameters:
noise - the noise predicate to determine where to run the operation. Note that the y value will always be 0.
operation - the operation to run at each point.