Package net.jetrix.filter

Contains concrete MessageFilter implementations.

See:
          Description

Interface Summary
PuzzleGenerator A Puzzle generator.
 

Class Summary
AmplifierFilter Amplifies specials sent.
CommandFilter A filter executing a specific command.
DownstackPuzzleGenerator Puzzle generator supporting the puzzle format used by the 2ice server, aka downstack.com.
FilenameComparator An improved lexicographic comparator handling a number in a name as a single character.
FilterManager Manages channel filters.
FloodFilter Blocks spam over pline.
GenericFilter Defines a generic filter to be used and extended by filter developers.
LogoFilter Display a logo on the field of players losing 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.
PuzzleFilter Set the game field and settings when the game starts.
RandomFilter A filter randomizing the blocks and the specials occurancies when the game starts.
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.
SurvivalFilter Survival mode.
TetrisFilter Game mod : The first player completing 7 tetris win.
UnbalancedSpeedWarningFilter Filter displaying a warning at the beginning of the game if everyone isn't playing with the same piece delay.
 

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 Developer Guide available on the website.



Copyright © 2001-2010. All Rights Reserved.