Package net.minecraft.server.players
Class IpBanList
java.lang.Object
net.minecraft.server.players.StoredUserList<String,IpBanListEntry>
net.minecraft.server.players.IpBanList
-
Field Summary
Fields inherited from class net.minecraft.server.players.StoredUserList
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StoredUserEntry<String>createEntry(com.google.gson.JsonObject p_11038_)get(SocketAddress p_11044_)private StringgetIpFromAddress(SocketAddress p_11046_)booleanbooleanisBanned(SocketAddress p_11042_)Methods inherited from class net.minecraft.server.players.StoredUserList
add, contains, get, getEntries, getFile, getKeyForUser, getUserList, isEmpty, load, remove, remove, save
-
Constructor Details
-
IpBanList
-
-
Method Details
-
createEntry
- Specified by:
createEntryin classStoredUserList<String,IpBanListEntry>
-
isBanned
-
isBanned
-
get
-
getIpFromAddress
-