Skip to content

Commit

Permalink
update javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Jan 15, 2025
1 parent 0331a36 commit cb9b4ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
/**
* Proposes Mojang's packages onto all top-level classes.
* These package names can be changed via overrides, which are a simple set of package names keyed by Mojang's versions.
* This proposer must override the user-inputted mappings in order to work, and thus will generate mappings that take priority over manually input ones.
*
* <p>
* This works via stripping out the class name and replacing the package dynamically after each rename.
* For example, if a class is renamed {@code package/Class} and the mojmap name for the class is {@code net/minecraft/MojangClass},
Expand Down

0 comments on commit cb9b4ee

Please sign in to comment.