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