Uses of Class
Ban

Uses of Ban in <Unnamed>
 

Fields in <Unnamed> with type parameters of type Ban
Modifier and Type Field and Description
protected  java.util.List<Ban> DataSource.bans
           
 

Methods in <Unnamed> that return Ban
Modifier and Type Method and Description
 Ban DataSource.getBan(java.lang.String player, java.lang.String ip)
          Retrieves the ban details
 

Methods in <Unnamed> with parameters of type Ban
Modifier and Type Method and Description
abstract  void DataSource.modifyBan(Ban ban)
          Adds or modifies specified ban
 void FlatFileSource.modifyBan(Ban ban)
           
 void MySQLSource.modifyBan(Ban ban)