Document ReportNotification.
This commit is contained in:
parent
72b650086d
commit
e449e47b9a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user