public interface ItemRegistry
Modifier and Type | Method and Description |
---|---|
ItemMaterial |
getMaterial(ItemType itemType)
Get the material for the given item.
|
java.lang.String |
getName(ItemType itemType)
Gets the name for the given item.
|
@Nullable java.lang.String getName(ItemType itemType)
itemType
- the item@Nullable ItemMaterial getMaterial(ItemType itemType)
itemType
- the item