public class TriggerLowResource extends Trigger
| Constructor and Description |
|---|
TriggerLowResource(java.lang.String tag,
float 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.
|
createParameter, getPossible, getSprite, getUniqueTag, maxParameters, minParameters, rotateLeftclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TriggerLowResource(java.lang.String tag,
float threshold)
public java.lang.String getDescription()
getDescription in interface buildcraft.api.statements.IGuiSlotgetDescription 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)