java.lang.Object
me.remigio07.chatplugin.api.server.chat.antispam.DenyChatReason<H>
Type Parameters:
H - Reason's handler

public class DenyChatReason<H extends DenyChatReasonHandler> extends Object
Represents the reason why a message may be prevented from being sent.

This class is a pseudo-Enum. It contains the following methods: name(), ordinal(), valueOf(String) and values().