Package com.mojang.minecraft.level.tile

Examples of com.mojang.minecraft.level.tile.Block.spawnBlockParticles()


      {
        Block block = Block.blocks[type];

        hardness = block.getHardness();

        block.spawnBlockParticles(minecraft.level, x, y, z, side, minecraft.particleManager);

        hits++;

        if(hits == hardness + 1)
        {
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.