Skip to content

Commit

Permalink
improve javadoc slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Dec 31, 2024
1 parent 3d00d61 commit 2a98aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public interface IMultiblockAbilityPart<T> extends IMultiblockPart {
/**
* Register abilities to the multiblock here
* <br />
* Check {@link AbilityInstances#isKey(MultiblockAbility)} if you return a list of abilities
* Check {@link AbilityInstances#isKey(MultiblockAbility) AbiliteInstances.isKey()} if you override {@link IMultiblockAbilityPart#getAbilities()}
*
* @param abilityInstances list to register abilities to
*/
Expand Down

0 comments on commit 2a98aa5

Please sign in to comment.