Interface Ban.IP
- All Superinterfaces:
Ban
- Enclosing interface:
Ban
Represents a ban made on an IP.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.api.service.ban.Ban
Ban.Builder, Ban.IP, Ban.Profile
-
Method Summary
Methods inherited from interface org.spongepowered.api.service.ban.Ban
banSource, creationDate, expirationDate, isIndefinite, reason, type
-
Method Details
-
address
InetAddress address()Gets the address this ban applies to.- Returns:
- The address
-