Package buildcraft.factory

Examples of buildcraft.factory.TileQuarry.forceChunkLoading()


      for (Ticket ticket : tickets) {
        int quarryX = ticket.getModData().getInteger("quarryX");
        int quarryY = ticket.getModData().getInteger("quarryY");
        int quarryZ = ticket.getModData().getInteger("quarryZ");
        TileQuarry tq = (TileQuarry) world.getTileEntity(quarryX, quarryY, quarryZ);
        tq.forceChunkLoading(ticket);

      }
    }

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