public class ActionExtractionPreset extends BCStatement implements IActionInternal
Modifier and Type | Field and Description |
---|---|
PipeBehaviourEmzuli.SlotIndex |
index |
uniqueTag
Constructor and Description |
---|
ActionExtractionPreset(PipeBehaviourEmzuli.SlotIndex index) |
Modifier and Type | Method and Description |
---|---|
void |
actionActivate(IStatementContainer source,
IStatementParameter[] parameters) |
java.lang.String |
getDescription()
Return the description in the UI.
|
IStatement[] |
getPossible()
This returns a group of related statements.
|
SpriteHolderRegistry.SpriteHolder |
getSprite() |
createParameter, getParam, getUniqueTag, maxParameters, minParameters, rotateLeft
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createParameter, createParameter, isPossibleOrdered, maxParameters, minParameters, rotateLeft
getTooltip, getUniqueTag
convertTo
public final PipeBehaviourEmzuli.SlotIndex index
public ActionExtractionPreset(PipeBehaviourEmzuli.SlotIndex index)
public java.lang.String getDescription()
IGuiSlot
IGuiSlot.getTooltip()
. (As such this might return null or throw an exception)getDescription
in interface IGuiSlot
public void actionActivate(IStatementContainer source, IStatementParameter[] parameters)
actionActivate
in interface IActionInternal
public IStatement[] getPossible()
IStatement
getPossible
in interface IStatement
getPossible
in class BCStatement
public SpriteHolderRegistry.SpriteHolder getSprite()