public class ActionPipeColor extends BCStatement implements IActionInternal
Modifier and Type | Field and Description |
---|---|
net.minecraft.item.EnumDyeColor |
color |
uniqueTag
Constructor and Description |
---|
ActionPipeColor(net.minecraft.item.EnumDyeColor color) |
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
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()