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
Specifies the maximum length (in any dimension) when calling the Drone.cuboidX (box) method.
283
+
The default value is 1,000 blocks.
284
+
285
+
If you see an error message in the console `Build too big!` It's because the width, height or length paramete was greater than the Drone.MAX_SIDE value.
286
+
287
+
#### Drone.MAX_VOLUME
288
+
289
+
Specifies the maximum value for any call to Drone.cuboidX (box) method.
290
+
The default value is 1,000,000 (1 million) blocks.
291
+
292
+
If the volume (width X height X length) of any single call to the Drone.cuboidX() method exceeds this value, you will see an error message in the console `Build too big!` .
293
+
294
+
The values of both the `Drone.MAX_SiDE` and `Drone.MAX_VOLUME` variables _can_ be overridden but it's not recommended.
0 commit comments