Examples of AEBasePart


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
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.