Where can I find the Javadoc for Fabric API? #1215
Answered
by
haykam821
haykam821
asked this question in
Mod Dev Support
-
Where can I find the automatically generated Javadoc for a particular version of Fabric API? |
Beta Was this translation helpful? Give feedback.
Answered by
haykam821
Dec 12, 2020
Replies: 1 comment
-
The Javadoc is available at For example, Fabric API |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
haykam821
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Javadoc is available at
https://maven.fabricmc.net/docs/fabric-api-{version}/
where{version}
is the version you are looking for, including the Minecraft version it was built for.For example, Fabric API
0.32.5+1.16
would be available at https://maven.fabricmc.net/docs/fabric-api-0.32.5+1.16/.