Home Commands Examples Getting Started With Scripts Global Keywords
BracketHandlers ForgeBracketDumpers ForgeBracketValidators

ForgeBracketDumpers

Importing the class

If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.

script.zs
import crafttweaker.api.bracket.ForgeBracketDumpers;

Members

static getToolActionDump() as Collection<string>
script.zs
// ForgeBracketDumpers.getToolActionDump() as Collection<string>;
ForgeBracketDumpers.getToolActionDump();

Return Type: Collection<string>