@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface GameRegistry.ItemStackHolder
ItemStack
instances, referring a specific item, potentially configured with NBT.
These values can then be used in things like recipes and other places where ItemStacks
might be required.
If the item is not found, the field will be populated with null.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The registry name of the item being looked up.
|