mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Make Paginator.Output with perPage param public
This commit is contained in:
parent
c829f5eb02
commit
fc438ec901
@ -39,7 +39,7 @@ namespace MCGalaxy
|
|||||||
Output(p, items, null, printer, cmd, type, modifier, 8);
|
Output(p, items, null, printer, cmd, type, modifier, 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void Output<T>(Player p, IList<T> items,
|
public static void Output<T>(Player p, IList<T> items,
|
||||||
StringFormatter<T> formatter, ItemPrinter<T> printer,
|
StringFormatter<T> formatter, ItemPrinter<T> printer,
|
||||||
string cmd, string type, string modifier, int perPage) {
|
string cmd, string type, string modifier, int perPage) {
|
||||||
int page, total = items.Count;
|
int page, total = items.Count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user