Instance

Wrapper around the current loader's IStaffModClientPlatform implementation.

Inherited properties

Link copied to clipboard
open override val staffModelItems: Collection<Item>

Gets the items requested to be rendered as a staff model. Do not modify, call renderAsStaffModel instead.

Inherited functions

Link copied to clipboard
open override fun getStandaloneModel(modelId: Identifier): BakedModel

Returns a model registered through loader-specific API.

Link copied to clipboard
open override fun renderAsStaffModel(item: Item)

Tells Minecraft to render the given item as a staff model. When called on the server, it does nothing