public class ActionPowerPulsar extends BCStatement implements IActionInternalSided, IActionSingle
Modifier and Type | Field and Description |
---|---|
boolean |
constant |
uniqueTag
Constructor and Description |
---|
ActionPowerPulsar(boolean constant) |
Modifier and Type | Method and Description |
---|---|
void |
actionActivate(net.minecraft.util.EnumFacing side,
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() |
boolean |
singleActionTick() |
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
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(net.minecraft.util.EnumFacing side, IStatementContainer source, IStatementParameter[] parameters)
actionActivate
in interface IActionInternalSided
public boolean singleActionTick()
singleActionTick
in interface IActionSingle
public SpriteHolderRegistry.SpriteHolder getSprite()
public IStatement[] getPossible()
IStatement
getPossible
in interface IStatement
getPossible
in class BCStatement