Minecraft:Commands/getchunks: Difference between revisions
From SAS Gaming Wiki
More actions
Remove broken links to missing pages |
Fix template calls: add MC/ prefix |
||
| Line 1: | Line 1: | ||
{{ | {{MC/Exclusive|bedrock|education}} | ||
{{Infobox command | {{Infobox command | ||
|name=getchunks | |name=getchunks | ||
| Line 31: | Line 31: | ||
' [ 76, -4 ],\n' + <!-- please retain double newline above for section differentiation --> | ' [ 76, -4 ],\n' + <!-- please retain double newline above for section differentiation --> | ||
{{-}} | {{MC/-}} | ||
== Navigation == | == Navigation == | ||
{{Navbox commands}} | {{MC/Navbox commands}} | ||
lzh:令/getchunks | lzh:令/getchunks | ||
zh:命令/getchunks | zh:命令/getchunks | ||
Latest revision as of 20:10, 9 April 2026
Script error: No such module "Exclusive". Template:Infobox command
- 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' +
lzh:令/getchunks zh:命令/getchunks