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