mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-04 14:31:45 +01:00
Allow wrappers for Arguments by making the Map protected
This commit is contained in:
parent
8155845c90
commit
bfad3b8d7c
@ -33,7 +33,7 @@ import java.util.Map;
|
||||
*/
|
||||
public final class Arguments {
|
||||
|
||||
private Map<String, Object> args = new HashMap<>();
|
||||
protected Map<String, Object> args = new HashMap<>();
|
||||
|
||||
public boolean getBoolean(@NotNull String id) {
|
||||
return (boolean) getObject(id);
|
||||
|
Loading…
Reference in New Issue
Block a user