Package net.minecraft.server.players
Class UserBanList
java.lang.Object
net.minecraft.server.players.StoredUserList<com.mojang.authlib.GameProfile,UserBanListEntry>
 
net.minecraft.server.players.UserBanList
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected StoredUserEntry<com.mojang.authlib.GameProfile>createEntry(com.google.gson.JsonObject p_11405_) protected StringgetKeyForUser(com.mojang.authlib.GameProfile p_11411_) String[]booleanisBanned(com.mojang.authlib.GameProfile p_11407_)  
- 
Constructor Details
- 
UserBanList
 
 - 
 - 
Method Details
- 
createEntry
protected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11405_) - Specified by:
 createEntryin classStoredUserList<com.mojang.authlib.GameProfile,UserBanListEntry> 
 - 
isBanned
public boolean isBanned(com.mojang.authlib.GameProfile p_11407_)  - 
getUserList
- Overrides:
 getUserListin classStoredUserList<com.mojang.authlib.GameProfile,UserBanListEntry> 
 - 
getKeyForUser
- Overrides:
 getKeyForUserin classStoredUserList<com.mojang.authlib.GameProfile,UserBanListEntry> 
 
 -