Creates axe item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates tool item using specified parameters with customized behavior.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
object to define tool item's custom behavior using a set of functions called in different moments
Creates flint and steel item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates eatable item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
object to apply some more additional parameters to the registered item.
Creates hoe item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates pickaxe item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates shears item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates shovel item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Creates sword item using specified parameters.
string ID of the item. You should register it via IDRegistry.genItemID first
item name in English. Add translations to the name using Translation module, all translations to the item and block names are applied automatically
texture data used to create item's icon
additional item parameters
Generated using TypeDoc
Extension for InnerCore's Item module adding new methods or patching existing ones.
1.0