Package appeng.api.implementations.parts

Examples of appeng.api.implementations.parts.IPartStorageMonitor


      // :P
    }

    if ( ThingOfInterest instanceof IPartStorageMonitor )
    {
      IPartStorageMonitor psm = (IPartStorageMonitor) ThingOfInterest;
      IAEStack stack = psm.getDisplayed();
      boolean isLocked = psm.isLocked();

      if ( stack instanceof IAEItemStack )
      {
        IAEItemStack ais = (IAEItemStack) stack;
        currentToolTip.add( WailaText.Showing.getLocal() + ": " + ais.getItemStack().getDisplayName() );
View Full Code Here

TOP

Related Classes of appeng.api.implementations.parts.IPartStorageMonitor

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.