Package net.jetrix.filter

Contains concrete MessageFilter implementations.

See:
          Description

Class Summary
AmplifierFilter Amplifies specials sent.
CommandFilter A filter executing a specific command.
FilterManager Manages channel filters.
FloodFilter Blocks spam over pline.
GenericFilter Defines a generic filter to be used and extended by filter developpers.
LogoFilter Display a logo on the field of players loosing the game.
MessageFilter Abstract class defining a channel filter.
PingFilter Display the ping of the player if a team message is processed and the player property command.ping is set to true.
StartFilter Starts the game automatically once everyone said "go".
StatsFilter A filter computing and displaying the number of pieces dropped per minute by each player.
SuddenDeathFilter Sudden death mode.
TetrisFilter Game mod : The first player completing 7 tetris win.
 

Exception Summary
FilterException This exception is thrown by FilterManager.getFilter(String) to indicate that the creation of a filter threw a checked exception.
 

Package net.jetrix.filter Description

Contains concrete MessageFilter implementations. GenericFilter provides a high level implementation ready to handle all Jetrix messages. For more information regarding filters get a look at the Developper Guide available on the website.



Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.