Instance

Wrapper around the current loader's IStaffModPlatform implementation.

Inherited properties

Link copied to clipboard
open override val isClient: Boolean

Checks if Minecraft is running client-side.

Inherited functions

Link copied to clipboard
open override fun crownItem(groundBlock: Block, wallBlock: Block, settings: Item.Settings): CrownItem

Creates a loader-specific instance of CrownItem.

Link copied to clipboard
open override fun simpleParticleType(alwaysShow: Boolean): SimpleParticleType

Creates an instance of SimpleParticleType.

Link copied to clipboard
open override fun staffItem(settings: Item.Settings, repairIngredient: Supplier<out Item>?): StaffItem

Creates a loader-specific instance of StaffItem.