Package com.mojang.escape.gui

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

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

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.