cpw.mods.fml.common
Annotation Type Mod.Item


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface Mod.Item

Populate the annotated field with an Item

Author:
cpw

Required Element Summary
 String name
          The name of the item
 String typeClass
          The type of the item
 

Element Detail

name

public abstract String name
The name of the item


typeClass

public abstract String typeClass
The type of the item