Examples of idDropped()


Examples of net.minecraft.src.Block.idDropped()

            }

            if (Item.itemsList[i] != null && (Item.itemsList[i] instanceof ItemBlock))
            {
                Block block = Block.blocksList[i];
                int l = block.idDropped(j, thePlayer.worldObj.rand, 0);

                if (l > 0)
                {
                    i = l;
                }
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.