Where is the API - Documentation of Fabric API? #1370
-
Ok so i created a Fabric empty mod, everything is fine apart a thing: where is the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Anyone can please help me?!?! |
Beta Was this translation helpful? Give feedback.
-
Your player velocity example doesn't require a Fabric API, as this functionality is built into Minecraft itself. Look at the wiki to see existing documentation for some Minecraft and FAPI uses. You can find help here, in GitHub, and in the Discord Server if you can't find what you're looking for inside Minecraft code. As for Fabric API, everything is documented. That is, everything. The Javadoc for the latest version (0.32.0 for 1.16.5 at the time of writing) can be found here. Mojang don't document their own code. Some of the Yarn contributors have taken their time to write documentation for the game. This documentation is incomplete and does not cover everything. Find it here. |
Beta Was this translation helpful? Give feedback.
Your player velocity example doesn't require a Fabric API, as this functionality is built into Minecraft itself. Look at the wiki to see existing documentation for some Minecraft and FAPI uses. You can find help here, in GitHub, and in the Discord Server if you can't find what you're looking for inside Minecraft code.
As for Fabric API, everything is documented. That is, everything. The Javadoc for the latest version (0.32.0 for 1.16.5 at the time of writing) can be found here.
Mojang don't document their own code. Some of the Yarn contributors have taken their time to write documentation for the game. This documentation is incomplete and does not cover everything. Find it here.