Examples of RobitAIFollow


Examples of mekanism.common.RobitAIFollow

    setSize(0.5F, 0.5F);

    getNavigator().setAvoidsWater(true);

    tasks.addTask(1, new RobitAIPickup(this, 1.0F));
    tasks.addTask(2, new RobitAIFollow(this, 1.0F, 4.0F, 2.0F));
    tasks.addTask(3, new EntityAIWatchClosest(this, EntityPlayer.class, 8.0F));
    tasks.addTask(3, new EntityAILookIdle(this));
    tasks.addTask(4, new EntityAISwimming(this));

    setAlwaysRenderNameTag(true);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.