Uses of Class
net.jetrix.config.Block

Packages that use Block
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
net.jetrix.filter Contains concrete MessageFilter implementations. 
 

Uses of Block in net.jetrix.config
 

Methods in net.jetrix.config that return Block
static Block Block.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Block[] Block.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.jetrix.config with parameters of type Block
 int Settings.getOccurancy(Block piece)
           
 void Settings.setOccurancy(Block block, int occurancy)
          Set the occurancy of a block.
 

Uses of Block in net.jetrix.filter
 

Fields in net.jetrix.filter declared as Block
static Block[] DownstackPuzzleGenerator.BLOCKS
          The order or the specials used in the settings file.
 



Copyright © 2001-2010. All Rights Reserved.