Interface PardonIpEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface PardonIpEvent extends Event, Cancellable
Called when a pardon is made on an IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ban.IP
ban()
Gets the ban pardoned in this event.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-
-
-
Method Detail
-
ban
Ban.IP ban()
Gets the ban pardoned in this event.- Returns:
- The ban
-
-