Open BartTerpstra1 opened 2 years ago
document the api because the current documentation is a post-it note with most of the words missing.
mojang dev explaining system: https://www.youtube.com/watch?v=vXaWOJTCYNg original PR exposing feature: https://github.com/FabricMC/fabric/pull/1622 very helpful /s wiki page: https://fabricmc.net/wiki/tutorial:gametest forge javadoc: https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.18.1/net/minecraft/gametest/framework/package-summary.html fabric javadoc: https://maven.fabricmc.net/docs/fabric-api-0.45.0+1.18/net/fabricmc/fabric/api/gametest/v1/package-summary.html
you can do this by adding javadoc in the QSL module we are trying to develop, writing a guide in the docs here and adding java doc to quilt-mappings, the thing that adds javadoc to minecraft decompiled source.
checking minecraft mappings of net.minecraft.test, it seems only the annotations have javadocs.
document the api because the current documentation is a post-it note with most of the words missing.
mojang dev explaining system: https://www.youtube.com/watch?v=vXaWOJTCYNg original PR exposing feature: https://github.com/FabricMC/fabric/pull/1622 very helpful /s wiki page: https://fabricmc.net/wiki/tutorial:gametest forge javadoc: https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.18.1/net/minecraft/gametest/framework/package-summary.html fabric javadoc: https://maven.fabricmc.net/docs/fabric-api-0.45.0+1.18/net/fabricmc/fabric/api/gametest/v1/package-summary.html
you can do this by adding javadoc in the QSL module we are trying to develop, writing a guide in the docs here and adding java doc to quilt-mappings, the thing that adds javadoc to minecraft decompiled source.