public class TriggerInventoryLevel extends BCStatement implements ITriggerExternal
Modifier and Type | Class and Description |
---|---|
static class |
TriggerInventoryLevel.TriggerType |
Modifier and Type | Field and Description |
---|---|
TriggerInventoryLevel.TriggerType |
type |
uniqueTag
Constructor and Description |
---|
TriggerInventoryLevel(TriggerInventoryLevel.TriggerType type) |
Modifier and Type | Method and Description |
---|---|
IStatementParameter |
createParameter(int index)
Create parameters for the statement.
|
java.lang.String |
getDescription()
Return the description in the UI.
|
IStatement[] |
getPossible()
This returns a group of related statements.
|
SpriteHolderRegistry.SpriteHolder |
getSprite() |
boolean |
isTriggerActive(net.minecraft.tileentity.TileEntity tile,
net.minecraft.util.EnumFacing side,
IStatementContainer container,
IStatementParameter[] parameters) |
int |
maxParameters()
Return the maximum number of parameter this statement can have, 0 if none.
|
int |
minParameters()
Return the minimum number of parameter this statement can have, 0 if none.
|
getParam, getUniqueTag, rotateLeft
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createParameter, isPossibleOrdered, rotateLeft
getTooltip, getUniqueTag
public TriggerInventoryLevel.TriggerType type
public TriggerInventoryLevel(TriggerInventoryLevel.TriggerType type)
public int maxParameters()
IStatement
maxParameters
in interface IStatement
maxParameters
in class BCStatement
public int minParameters()
IStatement
minParameters
in interface IStatement
minParameters
in class BCStatement
public SpriteHolderRegistry.SpriteHolder getSprite()
public java.lang.String getDescription()
IGuiSlot
IGuiSlot.getTooltip()
. (As such this might return null or throw an exception)getDescription
in interface IGuiSlot
public boolean isTriggerActive(net.minecraft.tileentity.TileEntity tile, net.minecraft.util.EnumFacing side, IStatementContainer container, IStatementParameter[] parameters)
isTriggerActive
in interface ITriggerExternal
public IStatementParameter createParameter(int index)
IStatement
createParameter
in interface IStatement
createParameter
in class BCStatement
public IStatement[] getPossible()
IStatement
getPossible
in interface IStatement
getPossible
in class BCStatement