public interface ISensorRegistry
PneumaticRegistry.IPneumaticCraftInterface.getSensorRegistry().| Modifier and Type | Method and Description |
|---|---|
void |
registerSensor(IBlockAndCoordinateEventSensor sensor)
Registry for IBlockAndCoordinateEventSensor
|
void |
registerSensor(IBlockAndCoordinatePollSensor sensor)
Registry for IBlockAndCoordinatePollSensor
|
void |
registerSensor(ISensorSetting sensor)
Registry for IPollSensorSetting, EntityPollSensor and IEventSensorSetting, and any other instance of ISensorSetting.
|
void registerSensor(ISensorSetting sensor)
sensor - void registerSensor(IBlockAndCoordinateEventSensor sensor)
sensor - void registerSensor(IBlockAndCoordinatePollSensor sensor)
sensor -