public abstract class CircuitElectricChange extends Circuit
| Modifier | Constructor and Description |
|---|---|
protected |
CircuitElectricChange(java.lang.String uid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureChange(int euChange,
int rfChange) |
boolean |
isCircuitable(java.lang.Object tile) |
void |
onInsertion(int slot,
java.lang.Object tile) |
void |
onLoad(int slot,
java.lang.Object tile) |
void |
onRemoval(int slot,
java.lang.Object tile) |
void |
onTick(int slot,
java.lang.Object tile) |
addTooltip, getUID, getUnlocalizedNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalizedNameprotected void configureChange(int euChange,
int rfChange)
public boolean isCircuitable(java.lang.Object tile)
public void onInsertion(int slot,
java.lang.Object tile)
public void onLoad(int slot,
java.lang.Object tile)
public void onRemoval(int slot,
java.lang.Object tile)
public void onTick(int slot,
java.lang.Object tile)