Package appeng.parts

Examples of appeng.parts.AEBasePart


  public void addEntityCrashInfo(CrashReportCategory crashreportcategory)
  {
    if ( gt instanceof AEBasePart )
    {
      AEBasePart part = (AEBasePart)gt;
      part.addEntityCrashInfo( crashreportcategory );
    }
   
    crashreportcategory.addCrashSection( "CurrentTickRate", current_rate );
    crashreportcategory.addCrashSection( "MinTickRate", request.minTickRate );
    crashreportcategory.addCrashSection( "MaxTickRate", request.maxTickRate );
View Full Code Here

TOP

Related Classes of appeng.parts.AEBasePart

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.