public class TimeFaker extends AbstractSelfTriggeredIC
Modifier and Type | Class and Description |
---|---|
static class |
TimeFaker.Factory |
Constructor and Description |
---|
TimeFaker(org.bukkit.Server server,
ChangedSign sign,
ICFactory factory) |
Modifier and Type | Method and Description |
---|---|
String |
getSignTitle() |
String |
getTitle() |
void |
load()
Called on IC load, to cache the IC's settings.
|
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, isAlwaysST
getBackBlock, getFactory, getLine, getLocation, getPlugin, getServer, getSign, onRightClick, unload
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onRightClick, unload
public TimeFaker(org.bukkit.Server server, ChangedSign sign, ICFactory factory)
public String getTitle()
public String getSignTitle()
public void load()
IC
load
in interface IC
load
in class AbstractIC
public void trigger(ChipState chip)
IC
chip
- chip state.public void think(ChipState chip)
SelfTriggeredIC
Copyright © 2013. All Rights Reserved.