@Deprecated
public interface IActuator
| Modifier and Type | Method and Description |
|---|---|
void |
actuate(net.minecraft.tileentity.TileEntity universalActuator)
Deprecated.
|
java.util.List<java.lang.String> |
getDescription()
Deprecated.
Should return the description of this sensor displayed in the GUI stat.
|
java.lang.String |
getSensorPath()
Deprecated.
Same as
IBaseSensor.getSensorPath() |
boolean |
needsTextBox()
Deprecated.
When returned true, the GUI will enable the textbox writing, otherwise not.
|
java.lang.String getSensorPath()
IBaseSensor.getSensorPath()boolean needsTextBox()
java.util.List<java.lang.String> getDescription()
void actuate(net.minecraft.tileentity.TileEntity universalActuator)
universalActuator - an actuator tile entity