YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.Mod.Block Interface Reference

Public Member Functions

String name ()
 
Class<?> itemTypeClass () default ItemBlock.class
 

Detailed Description

Populate the annotated field with an instance of the Block as specified

Author
cpw

Member Function Documentation

Class<?> cpw.mods.fml.common.Mod.Block.itemTypeClass ( )

The associated ItemBlock subtype for the item (can be null for an ItemBlock)

String cpw.mods.fml.common.Mod.Block.name ( )

The block's name


The documentation for this interface was generated from the following file: