mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 16:09:57 +07:00
plugins -> mods
This commit is contained in:
parent
f1b0ba039c
commit
429bb6ac13
@ -115,6 +115,8 @@ public class ContentParser{
|
||||
return c;
|
||||
}
|
||||
|
||||
/** Checks all @NonNull fields in this object, recursively.
|
||||
* Throws an exception if any are null.*/
|
||||
private void checkNulls(Object object){
|
||||
checkNulls(object, new ObjectSet<>());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user