Examples of func_135074_t()


Examples of net.minecraft.item.ItemStack.func_135074_t()

        if (this.getSlot(2).getHasStack()) {
            ItemStack itemstack = this.getSlot(2).getStack();

            if (StringUtils.isBlank(par1Str))
                itemstack.func_135074_t();
            else
                itemstack.setStackDisplayName(this.repairedItemName);
        }

        this.updateRepairOutput();
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.