net.minecraft.server

public class BannedIpList

extends ServerConfigList<String, BannedIpEntry>

net.minecraft.server.players.IpBanList
net.minecraft.class_3317
net.minecraft.server.BannedIpList

Constructor summary

ModifierConstructor
public (File file, ManagementListener notificationService)

Method summary

Modifier and TypeMethod
protected ServerConfigEntry<String>
createEntry(com.google.gson.JsonObject object)
method_14642(com.google.gson.JsonObject arg0)
fromJson(com.google.gson.JsonObject arg0)
public boolean
isBanned(SocketAddress address)
method_14527(SocketAddress arg0)
isBanned(SocketAddress ip)
public boolean
isBanned(String ip)
method_14529(String arg0)
isBanned(String ip)
public BannedIpEntry
get(SocketAddress address)
method_14528(SocketAddress arg0)
get(SocketAddress address)
private String
getIpFromAddress(SocketAddress address)
method_14526(SocketAddress arg0)
stringifyAddress(SocketAddress address)
public boolean
add(IpBanListEntry infos)
method_73999(class_3320 arg0)
add(BannedIpEntry arg0)
public boolean
remove(String ip)
method_74000(String arg0)
remove(String arg0)
public void
clear()
method_73998()
clear()
public boolean
remove(Object ip)
method_14635(Object arg0)
remove(Object arg0)
public boolean
add(StoredUserEntry infos)
method_14633(class_3330 arg0)
add(ServerConfigEntry arg0)