emitItemQuads

public Unit emitItemQuads(ItemStack staffStack, Supplier<Random> randomSupplier, RenderContext context)(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