IStaffItemRenderer

@Environment(value = EnvType.CLIENT)
fun interface IStaffItemRenderer(source)

Interface for adding a model into the staff while rendering the staff model.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun emitItemQuads(staffStack: ItemStack, randomSupplier: Supplier<Random>, context: RenderContext)

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