-
Notifications
You must be signed in to change notification settings - Fork 30
Buildcraft Sensor
jorgun edited this page Dec 11, 2012
·
10 revisions
Only available if Buildcraft is installed
can Get information on blocks added by or based on the Buildcraft Mod getTargets() return Map of
string pos relavive to the sensor sensor being “0,0,0” of x y z
if the target Is a engine:
getTargetdetails() returns Map:
"Active" bool
"Heat"int
"IsBurning" bool
"PistonSpeed" int
"Energy" int
"MaxEnergy" intgetName() returns string
"openccsensors.item.buildcraftsensor"getMethods() returns string table Note: currently only returns null
[wip]callMethod(table) returns object table note: currently only returns null
[wip]isDirectionalEnabled() bool Currently only returns false
[wip]