Package pneumaticCraft.common.sensor.eventSensors

Examples of pneumaticCraft.common.sensor.eventSensors.BlockInteractSensor


    public static void init(){
        SensorRegistrator.sensorRegistrator = new SensorHandler();
        SensorRegistrator.sensorRegistrator.registerSensor(new EntityInRangeSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new PlayerAttackSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new PlayerItemPickupSensor());
        SensorRegistrator.sensorRegistrator.registerSensor(new BlockInteractSensor());
        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());
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.sensor.eventSensors.BlockInteractSensor

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.