Class ChunkGenWorker

java.lang.Object
net.minecraftforge.server.command.ChunkGenWorker
All Implemented Interfaces:
WorldWorkerManager.IWorker

public class ChunkGenWorker extends Object implements WorldWorkerManager.IWorker
  • Field Details

    • listener

      private final CommandSource listener
    • start

      protected final BlockPos start
    • total

      protected final int total
    • dim

      private final ServerWorld dim
    • queue

      private final Queue<BlockPos> queue
    • notificationFrequency

      private final int notificationFrequency
    • lastNotification

      private int lastNotification
    • lastNotifcationTime

      private long lastNotifcationTime
    • genned

      private int genned
    • keepingLoaded

      private Boolean keepingLoaded
  • Constructor Details

  • Method Details