Examples of notifyUser()


Examples of appeng.api.implementations.items.IMemoryCard.notifyUser()

      p2pItem.writeToNBT( data );
      data.setLong( "freq", freq );

      mc.setMemoryCardContents( is, type + ".name", data );
      mc.notifyUser( player, MemoryCardMessages.SETTINGS_SAVED );
      return true;
    }
    return false;
  }
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.