Documentation

ShapedRecipe extends RecipeWithTypeId
in package

Table of Contents

$blockName  : string
$input  : array<string|int, mixed>
$output  : array<string|int, mixed>
$priority  : int
$recipeId  : string
$recipeNetId  : int
$typeId  : int
$uuid  : UuidInterface
__construct()  : mixed
decode()  : self
encode()  : void
getBlockName()  : string
getHeight()  : int
getInput()  : array<string|int, array<string|int, RecipeIngredient>>
getOutput()  : array<string|int, ItemStack>
getPriority()  : int
getRecipeId()  : string
getRecipeNetId()  : int
getTypeId()  : int
getUuid()  : UuidInterface
getWidth()  : int

Properties

Methods

__construct()

public __construct(int $typeId, string $recipeId, array<string|int, array<string|int, RecipeIngredient>> $input, array<string|int, ItemStack$output, UuidInterface $uuid, string $blockType, int $priority, int $recipeNetId) : mixed
Parameters
$typeId : int
$recipeId : string
$input : array<string|int, array<string|int, RecipeIngredient>>
$output : array<string|int, ItemStack>
$uuid : UuidInterface
$blockType : string
$priority : int
$recipeNetId : int
Return values
mixed

getBlockName()

public getBlockName() : string
Return values
string

getHeight()

public getHeight() : int
Return values
int

getPriority()

public getPriority() : int
Return values
int

getRecipeId()

public getRecipeId() : string
Return values
string

getRecipeNetId()

public getRecipeNetId() : int
Return values
int

getWidth()

public getWidth() : int
Return values
int

Search results