some protected fields for Argument

This commit is contained in:
themode 2021-03-27 14:08:04 +01:00
parent dba2ff3e02
commit 404d6aa45e

View File

@ -23,8 +23,8 @@ import org.jetbrains.annotations.Nullable;
public abstract class Argument<T> {
private final String id;
private final boolean allowSpace;
private final boolean useRemaining;
protected final boolean allowSpace;
protected final boolean useRemaining;
private ArgumentCallback callback;