Package appeng.services

Examples of appeng.services.CompassService$CMDirectionRequest


  public WorldSettings(File aeFolder)
  {
    super( new File( aeFolder.getPath() + File.separatorChar + "settings.cfg" ) );
    AEFolder = aeFolder;

    compass = new CompassService( AEFolder );

    for (int dimID : get( "DimensionManager", "StorageCells", new int[0] ).getIntList())
    {
      storageCellDims.add( dimID );
      DimensionManager.registerDimension( dimID, AEConfig.instance.storageProviderID );
View Full Code Here

TOP

Related Classes of appeng.services.CompassService$CMDirectionRequest

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.