Examples of ToolColorApplicator


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
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.