Examples of TileEntityTownHall


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
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.