Package pneumaticCraft.common.ai

Examples of pneumaticCraft.common.ai.DroneAINearestAttackableTarget


        return new EntityAIAttackOnCollide(drone, 0.1D, false);
    }

    @Override
    public EntityAIBase getWidgetTargetAI(EntityDrone drone, IProgWidget widget){
        return new DroneAINearestAttackableTarget(drone, 0, false, (ProgWidget)widget);
    }
View Full Code Here

TOP

Related Classes of pneumaticCraft.common.ai.DroneAINearestAttackableTarget

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.