#884: Refinements to new ban API for improved compatibility and correctness
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package org.bukkit.ban;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
import java.net.InetAddress;
|
||||
import org.bukkit.BanList;
|
||||
|
||||
/**
|
||||
* A {@link BanList} targeting IP bans.
|
||||
*/
|
||||
public interface IpBanList extends BanList<InetSocketAddress> {
|
||||
public interface IpBanList extends BanList<InetAddress> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user