geforkt von Mirrors/FastAsyncWorldEdit
Fixed raw class usage in DistrFilter
Dieser Commit ist enthalten in:
Ursprung
b599769f8c
Commit
930b9b07d5
@ -95,7 +95,7 @@ public class DistrFilter extends ForkedFilter<DistrFilter> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void print(Actor actor, long size) {
|
public void print(Actor actor, long size) {
|
||||||
for (Countable c : getDistribution()) {
|
for (Countable<BlockState> c : getDistribution()) {
|
||||||
final String name = c.getID().toString();
|
final String name = c.getID().toString();
|
||||||
final String str = String.format("%-7s (%.3f%%) %s",
|
final String str = String.format("%-7s (%.3f%%) %s",
|
||||||
c.getAmount(),
|
c.getAmount(),
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren