CraftRecipeRequestPacket

data class CraftRecipeRequestPacket(val windowId: Byte, val recipe: String, val makeAll: Boolean) : ServerBoundPacket

Place Recipe | 0x1a | play | serverbound

Parameters

windowId

windowId

recipe

recipe

makeAll

makeAll

See also

Constructors

Link copied to clipboard
constructor(windowId: Byte, recipe: String, makeAll: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard