emitItemQuads

open override fun emitItemQuads(staffStack: ItemStack, randomSupplier: Supplier<Random>, context: RenderContext)(source)

Adds the model of the block added to the staff to the staff model's mesh.

Parameters

staffStack

The item stack to render

randomSupplier

A random value supplier

context

The Fabric Rendering API context to emit the mode's mesh with

See also