Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
Modtweaker

CTAspect

A CTAspect is the aspect underlying an Aspect Stack, much like an IItemDefinition underlies an IItemStack.

Importing the package

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 thaumcraft.aspect.CTAspect;

Retrieving such an object

You can retrieve a CTAspect object from a CTAspectStack object:

script.zs
val aspect = <aspect:ignis>.internal;

ZenGetters and ZenSetters

NameisGetterisSetterType
Name
chatColour
isGetter
isSetter
Type
string
Name
name
isGetter
isSetter
Type
string