Document ReportNotification.

This commit is contained in:
Keir 2015-11-06 01:33:46 +00:00
parent 72b650086d
commit e449e47b9a

View File

@ -6,13 +6,15 @@ import org.bukkit.entity.Player;
import mineplex.core.common.jsonchat.JsonMessage;
import mineplex.core.common.util.UtilServer;
import mineplex.core.report.ReportManager;
import mineplex.core.report.ReportPlugin;
import mineplex.serverdata.commands.ServerCommand;
/**
* A message regarding a report which should be sent to all moderators with report notifications enabled.
*/
public class ReportNotification extends ServerCommand
{
private ReportManager _reportManager;
private String _notification;
private String _notification; // in json format
public ReportNotification(ReportManager reportManager, String notification)
{