WoodenPickaxeRecipe

class WoodenPickaxeRecipe : MinecraftRecipe

Recipe to craft a wooden pickaxe

Author

Interfiber

Constructors

WoodenPickaxeRecipe
Link copied to clipboard
fun WoodenPickaxeRecipe()

Functions

canCraftInPortableCrafting
Link copied to clipboard
open override 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