Interface BanIpEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface BanIpEvent extends Event, Cancellable
Called when a ban 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 made in this event.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-
-
-
Method Detail
-
ban
Ban.IP ban()
Gets the ban made in this event.- Returns:
- The ban
-
-