Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/test: Difference between revisions

From SAS Gaming Wiki
imported>RedX
No edit summary
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 127: Line 127:
{{Navbox commands}}
{{Navbox commands}}


[[Minecraft:de:Befehl/test]]
de:Befehl/test
[[Minecraft:ja:コマンド/test]]
ja:コマンド/test
[[Minecraft:pt:Comandos/test]]
pt:Comandos/test
[[Minecraft:ru:Команды консоли/test]]
ru:Команды консоли/test
[[Minecraft:zh:命令/test]]
zh:命令/test

Revision as of 15:45, 9 April 2026

Template:Distinguish Template:Exclusive Template:Infobox command

Manage and execute Minecraft:GameTests.

Syntax

test (clearall [<radius>]|clearthat|clearthese)
Clears the structures and blocks associated with the tests.
test create <id> [<width>] [<height> <depth>]
Creates a test.
test locate <tests>
Locates tests in loaded chunks.
test pos [<var>]
Shows the local coordinates to the block pointed at in the test.
test (resetclosest|resetthat|resetthese)
Resets the structures for the tests.
test run <tests> [<numberOfTimes>] [<untilFailed>] [<rotationSteps>] [<testsPerRow>]
test (runclosest|runthat|runthese) [<numberOfTimes>] [<untilFailed>]
test runmultiple <tests> [<amount>]
Runs one or more tests.
test runfailed [<numberOfTimes>] [<untilFailed>] [<rotationSteps>] [<testsPerRow>]
test runfailed [<onlyRequiredTests>] [<numberOfTimes>]
Runs failed tests.
test stop
Stops all tests.
test verify <tests>
Verifies tests.
test (export <test>|exportclosest|exportthat|exportthese)
Exports tests. Only available in IDE environment.

Arguments

Template:Cd

Clears all tests within a specified radius.

Template:Cd

Resets, runs, and exports the closest test within a radius of 15.

Template:Cd

Clears, resets, runs, and exports the test where the crosshair points.

Template:Cd

Clears, resets, runs, and exports all the tests within a radius of 200.

Template:Argument

Specifies the radius to clear tests within. Defaults to 200.
Template:Arg desc

Template:Argument

Specifies the ID of a test.
Template:Arg desc

Template:Argument

Specifies the width of the test structure. Defaults to 5.
Template:Arg desc

Template:Argument

Specifies the height of the test structure. Defaults to the value of Template:Cd.
Template:Arg desc

Template:Argument

Specifies the depth of the test structure. Defaults to the value of Template:Cd.
Template:Arg desc

Template:Argument

Specifies the variable name to include in the copied code snippet. Defaults to Template:Cd.
Template:Arg desc

Template:Argument

Specifies the ID of a test.

Template:Argument

Specifies the number of times to repeat each test in different batches. Defaults to 1.
Template:Arg desc

Template:Argument

Specifies if the test should be stopped as soon as one iteration fails. Defaults to Template:Cd.
Template:Arg desc

Template:Argument

Specifies the number of extra 90 degree steps to apply to the test. Defaults to 0.
Template:Arg desc

Template:Argument

Specifies the number of tests to place per row in a grid layout. Defaults to 8.
Template:Arg desc

Template:Argument

Specifies the number of times to repeat each test in the same batch. Defaults to 1.
Template:Arg desc

Template:Argument

Specifies if only necessary tests are needed. Defaults to Template:Cd.
Template:Arg desc

Template:Argument

Specifies the ID of a test.
Template:Arg desc

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table

Output

Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table

History

Template:HistoryTable

Navigation

Template:Navbox commands

de:Befehl/test ja:コマンド/test pt:Comandos/test ru:Команды консоли/test zh:命令/test