Class ProgressMeter
java.lang.Object
net.minecraftforge.fml.loading.progress.ProgressMeter
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
steps
private final int steps -
current
-
label
-
-
Constructor Details
-
ProgressMeter
-
-
Method Details
-
name
-
steps
public int steps() -
current
public int current() -
label
-
increment
public void increment() -
complete
public void complete() -
progress
public float progress() -
setAbsolute
public void setAbsolute(int absolute) -
label
-