Package dev.aurelium.slate.item.provider
Interface KeyedItemProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function to get a custom item from a key.
-
Method Summary
-
Method Details
-
getItem
Gets a custom item from a key.- Parameters:
key- the key used in the menu file- Returns:
- the item stack
-