Added missing doc

This commit is contained in:
Frank 2021-08-20 03:06:34 +02:00
parent 0486b56ec3
commit 290bed1ffe

View file

@ -92,6 +92,9 @@ public abstract class ModMenuIntegration {
return (ModMenuApiMarker)o; return (ModMenuApiMarker)o;
} }
/**
* The factory passed to {@link #ModMenuIntegration(ModMenuScreenFactory)}
*/
protected final ModMenuScreenFactory screenFactory; protected final ModMenuScreenFactory screenFactory;
/** /**