public class TriggerLowSoil extends Trigger
| Constructor and Description |
|---|
TriggerLowSoil(int threshold) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
boolean |
isTriggerActive(net.minecraft.tileentity.TileEntity tile,
net.minecraft.util.EnumFacing side,
buildcraft.api.statements.IStatementContainer source,
buildcraft.api.statements.IStatementParameter[] parameters)
Return true if the tile given in parameter activates the trigger, given
the parameters.
|
int |
maxParameters() |
createParameter, getPossible, getSprite, getUniqueTag, minParameters, rotateLeftclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic java.lang.String getDescription()
getDescription in interface buildcraft.api.statements.IGuiSlotgetDescription in class Triggerpublic int maxParameters()
maxParameters in interface buildcraft.api.statements.IStatementmaxParameters in class Triggerpublic boolean isTriggerActive(net.minecraft.tileentity.TileEntity tile,
net.minecraft.util.EnumFacing side,
buildcraft.api.statements.IStatementContainer source,
buildcraft.api.statements.IStatementParameter[] parameters)