gui and text drawing, gui misc
This commit is contained in:
parent
c906760bd4
commit
4ec8affe85
37 changed files with 799 additions and 646 deletions
|
@ -11,4 +11,8 @@ public abstract class DefaultingParser extends CompletingParser {
|
|||
public Object getDefault(ScriptEnvironment env) {
|
||||
return this.def;
|
||||
}
|
||||
|
||||
protected final boolean hasDefault() {
|
||||
return this.def != null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue