Examples of EnumWireFrequency


Examples of electricexpansion.common.misc.EnumWireFrequency

       
        if (!par1World.isRemote)
        {
            if (player.inventory.getCurrentItem() != null)
            {
                EnumWireFrequency freq = ItemUtils.isDye(player.inventory.getCurrentItem());
                if (freq != EnumWireFrequency.NONE)
                {
                    tileEntity.setFrequency(freq);
                   
                    if (!player.capabilities.isCreativeMode)
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.