mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 19:46:34 +01:00
Fixed documentation
This commit is contained in:
parent
946fccaaa6
commit
bd74b04c98
@ -114,8 +114,6 @@ public abstract class CustomObjective implements Listener {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Check whether to let user set required amount for objective
|
* Check whether to let user set required amount for objective
|
||||||
*
|
|
||||||
* @param enableCount
|
|
||||||
*/
|
*/
|
||||||
public boolean canShowCount() {
|
public boolean canShowCount() {
|
||||||
return showCount;
|
return showCount;
|
||||||
@ -124,7 +122,7 @@ public abstract class CustomObjective implements Listener {
|
|||||||
/**
|
/**
|
||||||
* Set whether to let user set required amount for objective
|
* Set whether to let user set required amount for objective
|
||||||
*
|
*
|
||||||
* @param enableCount
|
* @param showCount
|
||||||
*/
|
*/
|
||||||
public void setShowCount(boolean showCount) {
|
public void setShowCount(boolean showCount) {
|
||||||
this.showCount = showCount;
|
this.showCount = showCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user