Package appeng.items.tools.powered

Examples of appeng.items.tools.powered.ToolColorApplicator


      mem.notifyUser( player, MemoryCardMessages.SETTINGS_CLEARED );
      is.setTagCompound( null );
    }
    else if ( is != null && AEApi.instance().items().itemColorApplicator.sameAsStack( is ) )
    {
      ToolColorApplicator mem = (ToolColorApplicator) is.getItem();
      mem.cycleColors( is, mem.getColor( is ), 1 );
    }
  }
View Full Code Here

TOP

Related Classes of appeng.items.tools.powered.ToolColorApplicator

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.