ITICMaterialDefinition
Link to iticmaterialdefinition
An ITICMaterialDefinition is an ITICMaterial's definition.
You can use this to retrieve some information on the ITICMaterial object.
パッケージのインポート
Link to パッケージのインポート
It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import.
import modtweaker.tconstruct.ITICMaterialDefinition;
Retrieving such an object
Link to retrieving-such-an-object
You can retrieve an ITICMaterialDefinition from an ITICMaterial's definition
ZenGetter:
ZenScript Copyval def = <ticmat:stone>.definition;
ZenGetters
Link to zengetters
ZenGetter | 戻り値 | Description |
---|---|---|
ZenGetter name | 戻り値 string | Description The material's internal name |
ZenGetter displayName | 戻り値 string | Description The material's localized name |