@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public static @interface Mod.Block
Modifier and Type | Required Element and Description |
---|---|
String |
name
Deprecated.
The block's name
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
itemTypeClass
Deprecated.
The associated ItemBlock subtype for the item (can be null for an ItemBlock)
|