Documentation

FurnaceRecipe extends RecipeWithTypeId
in package

Table of Contents

$blockName  : string
$inputId  : int
$inputMeta  : int|null
$result  : ItemStack
$typeId  : int
__construct()  : mixed
decode()  : self
encode()  : void
getBlockName()  : string
getInputId()  : int
getInputMeta()  : int|null
getResult()  : ItemStack
getTypeId()  : int

Properties

Methods

__construct()

public __construct(int $typeId, int $inputId, int|null $inputMeta, ItemStack $result, string $blockName) : mixed
Parameters
$typeId : int
$inputId : int
$inputMeta : int|null
$result : ItemStack
$blockName : string
Return values
mixed

getBlockName()

public getBlockName() : string
Return values
string

getInputId()

public getInputId() : int
Return values
int

getInputMeta()

public getInputMeta() : int|null
Return values
int|null

Search results