Uses of Interface
org.starhope.appius.messaging.AbstractCensor

Packages that use AbstractCensor
org.starhope.appius.game   
org.starhope.appius.sys.op   
org.starhope.appius.util   
 

Uses of AbstractCensor in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as AbstractCensor
static AbstractCensor Zone.censor
          Censorship object (Hangman) censor (OsirisPure)
 

Uses of AbstractCensor in org.starhope.appius.sys.op
 

Classes in org.starhope.appius.sys.op that implement AbstractCensor
 class Filter
           This class represents (and actually provides the services of) a filter capable of identifying offensive content in text, and flagging it.
 

Methods in org.starhope.appius.sys.op that return AbstractCensor
static AbstractCensor Filter.getChatFilter()
          Deprecated. 
 

Uses of AbstractCensor in org.starhope.appius.util
 

Fields in org.starhope.appius.util with type parameters of type AbstractCensor
private static ConcurrentHashMap<FilterType,AbstractCensor> AppiusConfig.filters
          The library of instantiated filters for various purposes
 

Methods in org.starhope.appius.util that return AbstractCensor
static AbstractCensor AppiusConfig.getFilter(FilterType filter_type)
          Obtain a filter (censor) object suitable for filtering a certain type of data, e.g.