mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 19:54:44 +02:00
Fix a handful of Javadoc issues - need to check through the rest later to ensure that we actually have updated JDs for everything
This commit is contained in:
@ -42,7 +42,7 @@ public class ShareHandler {
|
||||
/**
|
||||
* Calculate the party XP.
|
||||
*
|
||||
* @param int XP without party sharing
|
||||
* @param oldExp XP without party sharing
|
||||
* @return the party shared XP
|
||||
*/
|
||||
public static double calculateSharedExp(int oldExp, Player player, Party party) {
|
||||
@ -60,8 +60,7 @@ public class ShareHandler {
|
||||
/**
|
||||
* Distribute XP amongst party members.
|
||||
*
|
||||
* @param int XP without party sharing
|
||||
* @return the party share experience
|
||||
* @param xp XP without party sharing
|
||||
*/
|
||||
public static void handleEqualExpShare(int xp, Player player, Party party, SkillType skillType) {
|
||||
List<Player> nearMembers = PartyManager.getNearMembers(player, party, partyShareRange);
|
||||
|
Reference in New Issue
Block a user