mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-24 16:00:05 +00:00
Fixed raw class usage in DistrFilter
This commit is contained in:
parent
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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user