Package game.level

Examples of game.level.GlobalBounds


  public void onCollide(Entity e1) {
   
  }
 
  public GlobalBounds getGlobalBounds() {
    return new GlobalBounds(x, y, bounds);
  }
View Full Code Here


  public Inventory getInventory() {
    return inventory;
  }

  public GlobalBounds getGlobalBounds() {
    return new GlobalBounds(x, y, bounds);
  }
View Full Code Here

TOP

Related Classes of game.level.GlobalBounds

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.