X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FListPeersCommand.java;h=eb366d746b705e363e164370595f08313c26091c;hb=4db57d2ff54b90a07f3659e31bad206d07576136;hp=56a28c21063bfb859fc9c2d4867c78cf5a4d9535;hpb=e7fe15a311e143a2154bfc62ed21cdf591b9a27f;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java index 56a28c2..eb366d7 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/ListPeersCommand.java @@ -12,6 +12,9 @@ import net.pterodactylus.fcp.Peer; */ public interface ListPeersCommand { + ListPeersCommand includeMetadata(); + ListPeersCommand includeVolatile(); + Future> execute(); }