Package org.spout.vanilla.ai.examiner

Examples of org.spout.vanilla.ai.examiner.VanillaBlockExaminer


    Entity holder = getOwner();
    head = holder.add(EntityHead.class);
    health = holder.add(Health.class);
    drowning = holder.add(Drowning.class);
    navigation = holder.add(NavigationComponent.class);
    navigation.setDefaultExaminers(new VanillaBlockExaminer());
    ai = holder.add(GoapAIComponent.class);
    holder.add(Burn.class);
    if (!(holder instanceof Player)) {
      holder.add(VanillaNetworkComponent.class);
    }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.ai.examiner.VanillaBlockExaminer

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.