Interface ISensorRegistry
- All Known Implementing Classes:
SensorHandler
public interface ISensorRegistry
Get an instance of this with
PneumaticRegistry.IPneumaticCraftInterface.getSensorRegistry().-
Method Summary
Modifier and TypeMethodDescriptionvoidRegistry for IBlockAndCoordinateEventSensorvoidRegistry for IBlockAndCoordinatePollSensorvoidregisterSensor(ISensorSetting sensor) Registry for IPollSensorSetting, EntityPollSensor and IEventSensorSetting, and any other instance of ISensorSetting.
-
Method Details
-
registerSensor
Registry for IPollSensorSetting, EntityPollSensor and IEventSensorSetting, and any other instance of ISensorSetting.- Parameters:
sensor-
-
registerSensor
Registry for IBlockAndCoordinateEventSensor- Parameters:
sensor-
-
registerSensor
Registry for IBlockAndCoordinatePollSensor- Parameters:
sensor-
-