Package com.mojang.escape.gui

Examples of com.mojang.escape.gui.Sprite


  private double rollDist = 0;

  public BoulderEntity(int x, int z) {
    this.x = x;
    this.z = z;
    sprite = new Sprite(0, 0, 0, 16, COLOR);
    sprites.add(sprite);
  }
View Full Code Here

TOP

Related Classes of com.mojang.escape.gui.Sprite

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.