plugins -> mods

This commit is contained in:
Anuken 2019-09-29 16:52:17 -04:00
parent f1b0ba039c
commit 429bb6ac13

View File

@ -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<>());
}