MovingBlocks
Add documentation to AlterationEffects module
Terasology has an AlterationEffects module that implements a basic set of status effects (buffs and debuffs) that can alter a player's base state in some fashion. These include health regeneration, mobility increases, damage reduction, poison status, etc. However, currently most of its' classes are missing vital documentation and comments, which could hamper future contributors' efforts in extending this module. Your task is to add Javadoc documentation to all classes and interfaces in the module.
Definition of 'Done'
- All methods in every class or interface have a Javadoc comment.
- Complex blocks of code in the methods should have a comment explaining what they do - use your best judgment here.
- A pull request is submitted to the AlterationEffects module containing the aforementioned requested items. Feel free to add your GitHub nickname to the list of authors in the module.txt file!
Where to start?
- Download a copy of the AlterationEffects module using
gradlew fetchModuleAlterationEffects
, create a new branch, and start from there. - Check out the Javadoc comments in the src folders of the Alchemy and Potions for a rough guideline on how to write the comments.
- An intro to Javadoc can be found on the Oracle website.
Task tags
Students who completed this task
Mandar Juvekar