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
. Perciò, è necessario avere questa mod installata per poter utilizzare questa funzione.
Importare la Classe
Link to importare-la-classe
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.
ZenScript Copymods.contenttweaker.item.MCItemGroup
Interfacce Implementate
Link to interfacce-implementate
MCItemGroup implements the following interfaces. Ciò significa che ogni metodo presente nell'interfaccia può essere usato anche per questa classe.
Metodi
Link to metodi
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);
Parametro | Tipo | Descrizione |
---|---|---|
Parametro texture | Tipo String | Descrizione 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();
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter |
---|---|---|---|
Nome commandString | Tipo String | Ha Getter sì | Ha Setter no |
Nome path | Tipo String | Ha Getter sì | Ha Setter no |