Package net.minecraft.server
Class BannedPlayerList
java.lang.Object
net.minecraft.server.ServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
net.minecraft.server.BannedPlayerList
public class BannedPlayerList extends ServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
-
Field Summary
Fields inherited from class net.minecraft.server.ServerConfigList
LOGGER -
Constructor Summary
Constructors Constructor Description BannedPlayerList(File file) -
Method Summary
Modifier and Type Method Description booleancontains(com.mojang.authlib.GameProfile gameProfile)protected ServerConfigEntry<com.mojang.authlib.GameProfile>fromJson(JsonObject json)String[]getNames()protected StringtoString(com.mojang.authlib.GameProfile gameProfile)
-
Constructor Details
-
BannedPlayerList
-
-
Method Details
-
fromJson
- Specified by:
fromJsonin classServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
-
contains
public boolean contains(com.mojang.authlib.GameProfile gameProfile)- Overrides:
containsin classServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
-
getNames
- Overrides:
getNamesin classServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
-
toString
- Overrides:
toStringin classServerConfigList<com.mojang.authlib.GameProfile,BannedPlayerEntry>
-