TrimMaterial
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.item.armortrim.TrimMaterial;
Members
Getter
Gets the asset name of the trim material.script.zs
// TrimMaterial.assetName as stringmyTrimMaterial.assetName
Return Type:
string
Getter
Gets the command string of the trim material.script.zs
// TrimMaterial.commandString as stringmyTrimMaterial.commandString
Return Type:
string
Getter
Gets the ingredient of the trim material.script.zs
// TrimMaterial.ingredient as ItemDefinitionmyTrimMaterial.ingredient
Return Type:
ItemDefinition
Getter
Gets the item model index of the trim material.script.zs
// TrimMaterial.itemModelIndex as floatmyTrimMaterial.itemModelIndex
Return Type:
float
Getter
Gets the override armor materials of the trim material.script.zs
myTrimMaterial.overrideArmorMaterials
Return Type:
string[ArmorMaterial]