Package net.minecraft.server.management
Class BanList
java.lang.Object
net.minecraft.server.management.UserList<com.mojang.authlib.GameProfile,ProfileBanEntry>
net.minecraft.server.management.BanList
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UserListEntry<com.mojang.authlib.GameProfile>createEntry(com.google.gson.JsonObject p_152682_1_) protected StringgetKeyForUser(com.mojang.authlib.GameProfile p_152681_1_) String[]booleanisBanned(com.mojang.authlib.GameProfile p_152702_1_)
-
Constructor Details
-
BanList
-
-
Method Details
-
createEntry
protected UserListEntry<com.mojang.authlib.GameProfile> createEntry(com.google.gson.JsonObject p_152682_1_) - Specified by:
createEntryin classUserList<com.mojang.authlib.GameProfile,ProfileBanEntry>
-
isBanned
public boolean isBanned(com.mojang.authlib.GameProfile p_152702_1_) -
getUserList
- Overrides:
getUserListin classUserList<com.mojang.authlib.GameProfile,ProfileBanEntry>
-
getKeyForUser
- Overrides:
getKeyForUserin classUserList<com.mojang.authlib.GameProfile,ProfileBanEntry>
-