mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-09 18:08:37 +01:00
some protected fields for Argument
This commit is contained in:
parent
dba2ff3e02
commit
404d6aa45e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user