public class RangedOutput extends AbstractSelfTriggeredIC
Modifier and Type | Class and Description |
---|---|
static class |
RangedOutput.Factory |
Constructor and Description |
---|
RangedOutput(org.bukkit.Server server,
ChangedSign sign,
ICFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getSignTitle() |
String |
getTitle() |
boolean |
isAlwaysST()
Checks whether an IC should always be considered ST, even without the 'S'.
|
protected boolean |
shouldOutput(ChipState chip) |
void |
think(ChipState chip)
Method is called when the IC "thinks" (as triggered by an external clock signal).
|
void |
trigger(ChipState chip)
Recieve a new state to process on.
|
isActive
getBackBlock, getFactory, getLine, getLocation, getPlugin, getServer, getSign, load, onRightClick, unload
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
load, onRightClick, unload
public RangedOutput(org.bukkit.Server server, ChangedSign sign, ICFactory factory)
public String getTitle()
public String getSignTitle()
public boolean isAlwaysST()
SelfTriggeredIC
isAlwaysST
in interface SelfTriggeredIC
isAlwaysST
in class AbstractSelfTriggeredIC
public void think(ChipState chip)
SelfTriggeredIC
protected boolean shouldOutput(ChipState chip)
Copyright © 2013. All Rights Reserved.