BracketHandlers
I advise against using the static methods in this class directly as they may be merged into CrT's BEP at any point. If you need to access the Bracket Expression Parser methods dynamically, you can use
This class was added by a mod with mod-id contenttweaker
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importing the class
Potrebbe essere necessario importare il pacchetto, se si incontrano dei problemi (come castare un vettore), quindi meglio essere sicuri e aggiungere la direttiva di importazione.
Methods
getItemGroup
Gets the itemGroup. Will throw an error if the group could not be found
Returns: The found MCItemGroup
Return type: mods.contenttweaker.item.MCItemGroup
getToolType
Gets a mods.contenttweaker.item.MCToolType. Will create a new one if the given one does not exist.
Returns: The [mods.contenttweaker.item.MCToolType](/mods/contenttweaker/API/item/MCToolType) if found, or a new MCToolType
Return type: mods.contenttweaker.item.MCToolType