Examples of func_146097_a()


Examples of net.minecraft.entity.player.EntityPlayer.func_146097_a()

        for (int i = 0; i < 4; ++i)
        {
            if (this.inventory[i] != null)
            {
                player.func_146097_a(this.inventory[i], true, false);
                this.inventory[i] = null;
            }
        }
    }
View Full Code Here

Examples of net.minecraft.entity.player.EntityPlayer.func_146097_a()

        for (int i = 0; i < inventory.length; ++i)
        {
            if (this.inventory[i] != null)
            {
                player.func_146097_a(this.inventory[i], true, false);
                this.inventory[i] = null;
            }
        }
    }
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.