mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-22 02:25:42 +01:00
Update method comments
This commit is contained in:
parent
2695d4008d
commit
76397b6e1a
@ -166,8 +166,8 @@ public class BukkitCustomObjective implements CustomObjective, Listener {
|
||||
*
|
||||
* @param uuid UUID of player attempting this objective
|
||||
* @param customObj The objective being attempted
|
||||
* @param quest Current me.pikamug.quests.Quest which includes this objective
|
||||
* @return data Map of custom objective data
|
||||
* @param quest Current quest which includes this objective
|
||||
* @return Mapping of custom objective data
|
||||
*/
|
||||
public Map<String, Object> getDataForPlayer(final UUID uuid, final CustomObjective customObj,
|
||||
final Quest quest) {
|
||||
@ -208,7 +208,7 @@ public class BukkitCustomObjective implements CustomObjective, Listener {
|
||||
*
|
||||
* @param uuid UUID of player attempting this objective
|
||||
* @param customObj The objective being attempted
|
||||
* @param quest Current me.pikamug.quests.Quest which includes this objective
|
||||
* @param quest Current quest which includes this objective
|
||||
* @param count Amount to increase objective count by
|
||||
*/
|
||||
public void incrementObjective(final UUID uuid, final CustomObjective customObj, final Quest quest,
|
||||
|
Loading…
Reference in New Issue
Block a user