MinecraftRecipe

open class MinecraftRecipe

Represent a craftable recipe

Author

Interfiber

Constructors

MinecraftRecipe
Link copied to clipboard
fun MinecraftRecipe()

Functions

canCraftInPortableCrafting
Link copied to clipboard
open fun canCraftInPortableCrafting(): Boolean

Properties

items
Link copied to clipboard
var items: List<ItemStack>? = null
List of items used to craft the item in the crafting table
portableItems
Link copied to clipboard
var portableItems: List<ItemStack>? = null
List of items used to craft the item in the portable table
recipeID
Link copied to clipboard
var recipeID: String? = null
A unique id to represent the recipe
result
Link copied to clipboard
var result: ItemStack? = null
The output of the crafting recipe

Inheritors

CraftingTableRecipe
Link copied to clipboard
FurnaceRecipe
Link copied to clipboard
IronPickaxeRecipe
Link copied to clipboard
OakPlanksRecipe
Link copied to clipboard
StickRecipe
Link copied to clipboard
StonePickaxeRecipe
Link copied to clipboard
WoodenPickaxeRecipe
Link copied to clipboard