Package pneumaticCraft.common.sensor.pollSensors

Examples of pneumaticCraft.common.sensor.pollSensors.WorldTicktimeSensor


        SensorRegistrator.sensorRegistrator.registerSensor(new WorldDayLightSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new WorldRainingSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new WorldTimeSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new WorldWeatherForecaster());
        SensorRegistrator.sensorRegistrator.registerSensor(new WorldPlayersInServerSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new WorldTicktimeSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockPresenceSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockMetadataSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockComparatorSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockRedstoneSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockLightLevelSensor());
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.sensor.pollSensors.WorldTicktimeSensor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.