Package colonies.src.buildings

Examples of colonies.src.buildings.TileEntityTownHall


    // Replace this citizen with the provided new citizen
   
    // TODO: copy inventory, etc
    newJob.setPosition(this.posX, this.posY, this.posZ);
   
    TileEntityTownHall town = this.homeTown;

    this.homeTown.leaveTown(this);
    this.setDead();
   
    newJob.worldObj.spawnEntityInWorld(newJob);
View Full Code Here

TOP

Related Classes of colonies.src.buildings.TileEntityTownHall

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.