IStaffModPlatform

Loader-specific functionality

See also

Inheritors

Types

Link copied to clipboard

Wrapper around the current loader's IStaffModPlatform implementation.

Functions

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

Creates a loader-specific instance of CrownItem.

Link copied to clipboard
abstract fun itemWithStaffRenderer(settings: Item.Settings): Item

Creates an item, which is rendered like a staff.

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

Creates an instance of SimpleParticleType.

Link copied to clipboard
abstract fun staffItem(settings: Item.Settings): StaffItem

Creates a loader-specific instance of StaffItem.