Package com.flansmod.client

Examples of com.flansmod.client.EntityCamera


      FlansMod.log("Failed to retreive plane type from server.");
      super.setDead();
      e.printStackTrace();
    }
   
    camera = new EntityCamera(worldObj, this);
    worldObj.spawnEntityInWorld(camera);
  }
View Full Code Here

TOP

Related Classes of com.flansmod.client.EntityCamera

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.