Documentation

ShapelessRecipe extends RecipeWithTypeId
in package

Table of Contents

$blockName  : string
$inputs  : array<string|int, mixed>
$outputs  : array<string|int, mixed>
$priority  : int
$recipeId  : string
$recipeNetId  : int
$typeId  : int
$uuid  : UuidInterface
__construct()  : mixed
decode()  : self
encode()  : void
getBlockName()  : string
getInputs()  : array<string|int, RecipeIngredient>
getOutputs()  : array<string|int, ItemStack>
getPriority()  : int
getRecipeId()  : string
getRecipeNetId()  : int
getTypeId()  : int
getUuid()  : UuidInterface

Properties

Methods

__construct()

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

getBlockName()

public getBlockName() : string
Return values
string

getRecipeId()

public getRecipeId() : string
Return values
string

getRecipeNetId()

public getRecipeNetId() : int
Return values
int

Search results