类 GenerationBar
java.lang.Object
net.neoforged.neoforge.server.command.generation.GenerationBar
- 所有已实现的接口:
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
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
addPlayer
(ServerPlayer player) void
close()
void
update
(int ok, int error, int skipped, int total)
-
字段详细资料
-
PERCENT_FORMAT
-
bar
-
-
构造器详细资料
-
GenerationBar
public GenerationBar()
-
-
方法详细资料
-
update
public void update(int ok, int error, int skipped, int total) -
addPlayer
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
-