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.
import crafttweaker . api . BracketDumpers;
// BracketDumpers.getAttributeDump() as Collection <string>; BracketDumpers . getAttributeDump();
Return Type:
Collection <string >
// BracketDumpers.getBlockDump() as Collection <string>; BracketDumpers . getBlockDump();
Return Type:
Collection <string >
// BracketDumpers.getEffectDump() as Collection <string>; BracketDumpers . getEffectDump();
Return Type:
Collection <string >
// BracketDumpers.getEnchantmentDump() as Collection <string>; BracketDumpers . getEnchantmentDump();
Return Type:
Collection <string >
// BracketDumpers.getEntityTypeDump() as Collection <string>; BracketDumpers . getEntityTypeDump();
Return Type:
Collection <string >
// BracketDumpers.getFluidStackDump() as Collection <string>; BracketDumpers . getFluidStackDump();
Return Type:
Collection <string >
// BracketDumpers.getItemBracketDump() as Collection <string>; BracketDumpers . getItemBracketDump();
Return Type:
Collection <string >
// BracketDumpers.getPotionTypeDump() as Collection <string>; BracketDumpers . getPotionTypeDump();
Return Type:
Collection <string >
// BracketDumpers.getProfessionDump() as Collection <string>; BracketDumpers . getProfessionDump();
Return Type:
Collection <string >
// BracketDumpers.getSoundEventDump() as Collection <string>; BracketDumpers . getSoundEventDump();
Return Type:
Collection <string >
// BracketDumpers.getTargetingStrategyDump() as Collection <string>; BracketDumpers . getTargetingStrategyDump();
Return Type:
Collection <string >