LodestoneTracker
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.component.LodestoneTracker;
Members
static of(target as GlobalPos, tracked as bool) as LodestoneTracker
LodestoneTracker.of(myGlobalPos, myBool);
Return Type:
LodestoneTracker
tick(level as ServerLevel) as LodestoneTracker
myLodestoneTracker.tick(myServerLevel);
Parameters:
level: ServerLevel
Type: ServerLevel
Return Type:
LodestoneTracker
Getter
// LodestoneTracker.tracked as boolmyLodestoneTracker.tracked
Return Type:
bool