public interface NucleusNameBanEvent
extends org.spongepowered.api.event.Event
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NucleusNameBanEvent.Banned
Fired when a regular expression is banned.
|
static interface |
NucleusNameBanEvent.Unbanned
Fired when a regular expression is unbanned.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntry()
The entry that was affected.
|
java.lang.String |
getReason()
The reason for the ban.
|