Examples of GrindingWorld


Examples of powercrystals.minefactoryreloaded.world.GrindingWorld

    super.setWorldObj(world);
    if(_grindingWorld != null) _grindingWorld.clearReferences();
    if(this.worldObj instanceof WorldServer)
      _grindingWorld = new GrindingWorldServer((WorldServer)this.worldObj, this);
    else
      _grindingWorld = new GrindingWorld(this.worldObj, this);
  }
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.