Uses of Class
Block.Type

Uses of Block.Type in <Unnamed>
 

Fields in <Unnamed> declared as Block.Type
Modifier and Type Field and Description
 Block.Type Block.blockType
           
 

Methods in <Unnamed> that return Block.Type
Modifier and Type Method and Description
static Block.Type Block.Type.fromId(int type)
           
static Block.Type Block.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Block.Type[] Block.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.