public interface NucleusNameBanService
| Modifier and Type | Method and Description |
|---|---|
boolean |
addName(String name,
String reason,
org.spongepowered.api.event.cause.Cause cause) |
Optional<String> |
getReasonForBan(String name) |
boolean |
removeName(String name,
org.spongepowered.api.event.cause.Cause cause) |
boolean addName(String name, String reason, org.spongepowered.api.event.cause.Cause cause) throws NucleusException
NucleusExceptionboolean removeName(String name, org.spongepowered.api.event.cause.Cause cause) throws NucleusException
NucleusException