This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Document Existing GameTest API #2
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
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:
FabricMC/fabric#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.
The text was updated successfully, but these errors were encountered: