|
@@ -46,7 +46,6 @@ public class CommandHelper {
|
|
*
|
|
*
|
|
* @param inspect The player to retrieve stats for
|
|
* @param inspect The player to retrieve stats for
|
|
* @param display The sender to display stats to
|
|
* @param display The sender to display stats to
|
|
- * @param online true if the player to retrieve stats for is online, false otherwise
|
|
|
|
*/
|
|
*/
|
|
public static void printGatheringSkills(Player inspect, CommandSender display) {
|
|
public static void printGatheringSkills(Player inspect, CommandSender display) {
|
|
if (Skills.hasGatheringSkills(inspect)) {
|
|
if (Skills.hasGatheringSkills(inspect)) {
|
|
@@ -85,7 +84,6 @@ public class CommandHelper {
|
|
*
|
|
*
|
|
* @param inspect The player to retrieve stats for
|
|
* @param inspect The player to retrieve stats for
|
|
* @param display The sender to display stats to
|
|
* @param display The sender to display stats to
|
|
- * @param online true if the player to retrieve stats for is online, false otherwise
|
|
|
|
*/
|
|
*/
|
|
public static void printCombatSkills(Player inspect, CommandSender display) {
|
|
public static void printCombatSkills(Player inspect, CommandSender display) {
|
|
if (Skills.hasCombatSkills(inspect)) {
|
|
if (Skills.hasCombatSkills(inspect)) {
|
|
@@ -124,7 +122,6 @@ public class CommandHelper {
|
|
*
|
|
*
|
|
* @param inspect The player to retrieve stats for
|
|
* @param inspect The player to retrieve stats for
|
|
* @param display The sender to display stats to
|
|
* @param display The sender to display stats to
|
|
- * @param online true if the player to retrieve stats for is online, false otherwise
|
|
|
|
*/
|
|
*/
|
|
public static void printMiscSkills(Player inspect, CommandSender display) {
|
|
public static void printMiscSkills(Player inspect, CommandSender display) {
|
|
if (Skills.hasMiscSkills(inspect)) {
|
|
if (Skills.hasMiscSkills(inspect)) {
|