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

zencode
Copy
var myName = "misc";
<itemgroup:${myName}>

This class was added by a mod with mod-id contenttweaker. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.

Импорт класса

Link to импорт-класса

Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.

ZenScript
Copy
mods.contenttweaker.BracketHandlers

Gets the itemGroup. Will throw an error if the group could not be found

Returns: The found MCItemGroup

Return type: mods.contenttweaker.item.MCItemGroup

ZenScript
Copy
<itemgroup:misc>

mods.contenttweaker.BracketHandlers.getItemGroup(tokens as String);
mods.contenttweaker.BracketHandlers.getItemGroup("misc");
ПараметрТипОписание
Параметр
tokens
Тип
String
Описание
What you createDataCompound in the BEP call

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

ZenScript
Copy
<tooltype:shovel>

mods.contenttweaker.BracketHandlers.getToolType(tokens as String);
mods.contenttweaker.BracketHandlers.getToolType("shovel");
ПараметрТипОписание
Параметр
tokens
Тип
String
Описание
What you would createDataCompound in the BEP call