Package-level declarations

Types

Link copied to clipboard
class CyclingRecipeChoiceItem(itemProviders: Array<ItemProvider>) : AutoCycleItem
Link copied to clipboard
class StaticRecipeChoiceItem(itemProvider: ItemProvider) : SimpleItem

Functions

Link copied to clipboard
@JvmName(name = "createRecipeChoiceItemItemStacks")
fun createRecipeChoiceItem(itemStacks: List<ItemStack>): Item
@JvmName(name = "createRecipeChoiceItemItemBuilders")
fun createRecipeChoiceItem(itemProviders: List<ItemProvider>): Item
fun createRecipeChoiceItem(recipeChoice: RecipeChoice): Item
Link copied to clipboard
fun Player.showRecipes(id: String): Boolean
fun Player.showRecipes(item: ItemStack): Boolean
Link copied to clipboard
fun Player.showUsages(id: String): Boolean
fun Player.showUsages(item: ItemStack): Boolean