MCItemGroup
Link to mcitemgroup
An item Group (a.k.a. Creative Tab) is a grouping of items based on category.
This class was added by a mod with mod-id contenttweaker
. Так что если вы хотите использовать эту функцию, вам нужно установить этот мод.
Импорт класса
Link to импорт-класса
Вам может потребоваться импортировать пакет, если вы столкнетесь с какими-либо проблемами (например, с заливкой массива), так что лучше быть в безопасности, чем извиняться и добавлять импорт.
ZenScript Copymods.contenttweaker.item.MCItemGroup
Implemented Interfaces
Link to implemented-interfaces
MCItemGroup implements the following interfaces. That means any method available to them can also be used on this class.
Методы
Link to методы
getPath
Link to getpath
Gets the path of the item group. The path is what you use in the Bracket Expression after the <itemgroup:
part.
Return type: String
ZenScript Copy<itemgroup:misc>.getPath();
setBackgroundImageName
Link to setbackgroundimagename
Sets the image name of the Background that is used for this tab in the creative menu Returns: This object for chaining
Return type: mods.contenttweaker.item.MCItemGroup
ZenScript Copy<itemgroup:misc>.setBackgroundImageName(texture as String);
Параметр | Тип | Описание |
---|---|---|
Параметр texture | Тип String | Описание The texture to be used |
setNoScrollbar
Link to setnoscrollbar
Removes the scrollbar of the item Group in the creative inventory
Returns: This object for chaining
Return type: mods.contenttweaker.item.MCItemGroup
ZenScript Copy<itemgroup:misc>.setNoScrollbar();
setNoTitle
Link to setnotitle
Removes the title of the item Group in the creative inventory
Returns: This object for chaining
Return type: mods.contenttweaker.item.MCItemGroup
ZenScript Copy<itemgroup:misc>.setNoTitle();
Свойства
Link to свойства
Название | Тип | Имеет Getter | Имеет Setter |
---|---|---|---|
Название commandString | Тип String | Имеет Getter true | Имеет Setter false |
Название path | Тип String | Имеет Getter true | Имеет Setter false |