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 SummaryConstructors
- 
Method SummaryModifier 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- 
createEntryprotected StoredUserEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_11405_) - Specified by:
- createEntryin class- StoredUserList<com.mojang.authlib.GameProfile,- UserBanListEntry> 
 
- 
isBannedpublic boolean isBanned(com.mojang.authlib.GameProfile p_11407_) 
- 
getUserList- Overrides:
- getUserListin class- StoredUserList<com.mojang.authlib.GameProfile,- UserBanListEntry> 
 
- 
getKeyForUser- Overrides:
- getKeyForUserin class- StoredUserList<com.mojang.authlib.GameProfile,- UserBanListEntry> 
 
 
-