|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageFilter | |
|---|---|
| net.jetrix | The main package for Jetrix. |
| net.jetrix.filter | Contains concrete MessageFilter implementations. |
| Uses of MessageFilter in net.jetrix |
|---|
| Methods in net.jetrix that return types with arguments of type MessageFilter | |
|---|---|
Iterator<MessageFilter> |
Channel.getFilters()
|
Collection<MessageFilter> |
Channel.getLocalFilters()
Returns the filters applied to this channel not defined at the server level. |
| Uses of MessageFilter in net.jetrix.filter |
|---|
| Subclasses of MessageFilter in net.jetrix.filter | |
|---|---|
class |
AmplifierFilter
Amplifies specials sent. |
class |
CommandFilter
A filter executing a specific command. |
class |
FloodFilter
Blocks spam over pline. |
class |
GenericFilter
Defines a generic filter to be used and extended by filter developers. |
class |
LogoFilter
Display a logo on the field of players losing the game. |
class |
PingFilter
Display the ping of the player if a team message is processed and the player property command.ping is set to true. |
class |
PuzzleFilter
Set the game field and settings when the game starts. |
class |
RandomFilter
A filter randomizing the blocks and the specials occurancies when the game starts. |
class |
StartFilter
Starts the game automatically once everyone said "go". |
class |
StatsFilter
A filter computing and displaying the number of pieces dropped per minute by each player. |
class |
SuddenDeathFilter
Sudden death mode. |
class |
SurvivalFilter
Survival mode. |
class |
TetrisFilter
Game mod : The first player completing 7 tetris win. |
class |
UnbalancedSpeedWarningFilter
Filter displaying a warning at the beginning of the game if everyone isn't playing with the same piece delay. |
| Methods in net.jetrix.filter that return MessageFilter | |
|---|---|
MessageFilter |
FilterManager.getFilter(String classname)
Returns a filter of the specified class. |
MessageFilter |
FilterManager.getFilterByName(String name)
Returns a filter matching the specified name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||