java.lang.Object
net.neoforged.neoforge.server.command.generation.GenerationBar
All Implemented Interfaces:
AutoCloseable

public class GenerationBar extends Object implements AutoCloseable
Special thanks to Jasmine and Gegy for allowing us to use their pregenerator mod as a model to use in NeoForge! Original code: https://github.com/jaskarth/fabric-chunkpregenerator
  • Field Details

  • Constructor Details

    • GenerationBar

      public GenerationBar()
  • Method Details

    • update

      public void update(int ok, int error, int skipped, int total)
    • addPlayer

      public void addPlayer(ServerPlayer player)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable