File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ # FastNBT
2+ <hr >
3+ <h3 align =" center " >
4+ <a href =" https://lonedev6.github.io/FastNBT/ " >☕ JavaDocs</a > | <a href =" https://github.com/LoneDev6/LoneLibs/tree/master " >LoneLibs (includes FastNBT)</a >
5+ </h3 >
6+ <hr >
7+
18# Comparison to NBT API
29
310## Installations
@@ -124,3 +131,10 @@ Should be all.
124131- Run ` node .\.mvn-exec\GenerateNms.js ` (run it each time you edit something in the NMS files)
125132- Run ` mvn install ` in order to access the plugin as dependency in your projects
126133- Run Maven ` clean package ` and get the generated jar from ` output ` folder
134+
135+ ## Updating Javadocs
136+
137+ In order to update Javadocs you have to build locally, as old NMS jars are not available and can't be easily included on Github.
138+ - Run the command ` mvn clean install javadoc:javadoc -pl FastNbt-core -am `
139+ - Get the generated javadocs from ` .cache/targets/FastNbt-core/target/reports/apidocs/ `
140+ - Push the contents into the ` javadoc ` branch
You can’t perform that action at this time.
0 commit comments