Package electricexpansion.common.misc

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

Related Classes of electricexpansion.common.misc.EnumWireFrequency

Copyright © 2018 www.massapicom. 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.