Examples of RubbleSprite


Examples of com.mojang.escape.gui.RubbleSprite

    blocksMotion = false;
    solidRender = false;
    Sound.crumble.play();

    for (int i = 0; i < 32; i++) {
      RubbleSprite sprite = new RubbleSprite();
      sprite.col = col;
      addSprite(sprite);
    }

    return true;
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.