Class GenerationBar
java.lang.Object
net.neoforged.neoforge.server.command.generation.GenerationBar
- All Implemented Interfaces:
 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 Summary
FieldsModifier and TypeFieldDescriptionprivate final ServerBossEventprivate static final DecimalFormat - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlayer(ServerPlayer player) voidclose()voidupdate(int ok, int error, int skipped, int total)  
- 
Field Details
- 
PERCENT_FORMAT
 - 
bar
 
 - 
 - 
Constructor Details
- 
GenerationBar
public GenerationBar() 
 - 
 - 
Method Details
- 
update
public void update(int ok, int error, int skipped, int total)  - 
addPlayer
 - 
close
public void close()- Specified by:
 closein interfaceAutoCloseable
 
 -