net.minecraft.server.management.BanList.BanList |
( |
File |
par1File) | |
|
Map net.minecraft.server.management.BanList.getBannedList |
( |
) | |
|
removes expired Bans before returning
boolean net.minecraft.server.management.BanList.isBanned |
( |
String |
par1Str) | |
|
boolean net.minecraft.server.management.BanList.isListActive |
( |
) | |
|
void net.minecraft.server.management.BanList.loadBanList |
( |
) | |
|
Loads the ban list from the file (adds every entry, does not clear the current list).
void net.minecraft.server.management.BanList.put |
( |
BanEntry |
par1BanEntry) | |
|
void net.minecraft.server.management.BanList.remove |
( |
String |
par1Str) | |
|
void net.minecraft.server.management.BanList.removeExpiredBans |
( |
) | |
|
void net.minecraft.server.management.BanList.saveToFile |
( |
boolean |
par1) | |
|
void net.minecraft.server.management.BanList.saveToFileWithHeader |
( |
) | |
|
void net.minecraft.server.management.BanList.setListActive |
( |
boolean |
par1) | |
|
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/server/management/BanList.java