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

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

Uses of AbstractCensor in org.starhope.appius.game
 

Fields in org.starhope.appius.game declared as AbstractCensor
private  AbstractCensor Zone.censor
          Censorship object
 

Methods in org.starhope.appius.game that return AbstractCensor
 AbstractCensor Zone.getCensor()
           
 

Uses of AbstractCensor in org.starhope.appius.messaging
 

Fields in org.starhope.appius.messaging declared as AbstractCensor
private static AbstractCensor MailMessage.censor
          The censoring object used to filter in-game mail messages
 

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.types
 

Methods in org.starhope.appius.types that return AbstractCensor
 AbstractCensor AbstractZone.getCensor()
          WRITEME: Document this method brpocock@star-hope.org
 

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.