Package forestry.apiculture.entities

Examples of forestry.apiculture.entities.EntityBee


    IBee bee = PluginApiculture.beeInterface.getMember(item);
    if(bee == null)
      bee = PluginApiculture.beeInterface.templateAsIndividual(PluginApiculture.beeInterface.getDefaultTemplate());

    if(entity == null) {
      entity = new EntityBee(Proxies.common.getClientInstance().theWorld);
    }
    entity.setSpecies(bee.getGenome().getPrimary());
    entity.setType(PluginApiculture.beeInterface.getType(item));
    /*
    if(scaled)
 
View Full Code Here

TOP

Related Classes of forestry.apiculture.entities.EntityBee

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.