setBanList abstract method

void setBanList(
  1. List<BanEntry> bans
)

Sets the balist for this server.

Implementation

void setBanList(List<BanEntry> bans);