NbtContents
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.text.content.type.NbtContents;
Implements
Undocumented Interfaces
ComponentContents
Members
Getter
// NbtContents.isInterpreting as boolmyNbtContents.isInterpreting
Return Type:
bool
isInterpreting() as bool
// NbtContents.isInterpreting() as bool;myNbtContents.isInterpreting();
Return Type:
bool
Getter
// NbtContents.nbtPath as stringmyNbtContents.nbtPath
Return Type:
string
nbtPath() as string
// NbtContents.nbtPath() as string;myNbtContents.nbtPath();
Return Type:
string