View at: Template:Commands/content [edit]
Commands/getchunks - minecraft.fandom.com
Jump to navigation
Jump to search
Treść tej podstrony pochodzi z artykułu „Commands/getchunks” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This feature is exclusive to Bedrock Edition and Minecraft Education.
- Syntax
getchunks <dimension: string>
Example usage:
getchunks overworld
Returns an array of arrays. Each of the arrays contains an x and z coordinate.
e.g.
[\n' +
' [ 80, -3 ],\n' +
' [ 3, -4 ],\n' +
' [ 78, -3 ],\n' +
' [ 77, 6 ],\n' +
' [ 76, -4 ],\n' +