Package appeng.api.implementations.items

Examples of appeng.api.implementations.items.IAEWrench


      }

      if ( eq.getItem() instanceof IAEWrench )
      {
        IAEWrench wrench = (IAEWrench) eq.getItem();
        return wrench.canWrench( eq, player, x, y, z );
      }
    }
    return false;
  }
View Full Code Here

TOP

Related Classes of appeng.api.implementations.items.IAEWrench

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.