Package appeng.container.guisync

Examples of appeng.container.guisync.SyncData


      {
        GuiSync annotation = f.getAnnotation( GuiSync.class );
        if ( syncData.containsKey( annotation.value() ) )
          AELog.warning( "Channel already in use: " + annotation.value() + " for " + f.getName() );
        else
          syncData.put( annotation.value(), new SyncData( this, f, annotation ) );
      }
    }
  }
View Full Code Here

TOP

Related Classes of appeng.container.guisync.SyncData

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.