X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2Fquelaton%2FGetConfigCommand.java;h=89afb6708c41d308e14a041a7ea914bb623baf0c;hb=bfc572d27b7fa9b55ca082981666d83bdde1065f;hp=6fc9572740316f298e2907a745147d5b75bb44e8;hpb=8d70659996b99bd55b677e7235005bc0fcb05e1b;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java index 6fc9572..89afb67 100644 --- a/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java +++ b/src/main/java/net/pterodactylus/fcp/quelaton/GetConfigCommand.java @@ -13,5 +13,6 @@ public interface GetConfigCommand extends Executable { GetConfigCommand withDefaults(); GetConfigCommand withSortOrder(); GetConfigCommand withExpertFlag(); + GetConfigCommand withForceWriteFlag(); }