IStaffModPlatform

Loader-specific functionality

See also

Inheritors

Types

Link copied to clipboard

Wrapper around the current loader's IStaffModPlatform implementation.

Properties

Link copied to clipboard
abstract val isClient: Boolean

Checks if Minecraft is running client-side.

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 simpleParticleType(alwaysShow: Boolean): SimpleParticleType

Creates an instance of SimpleParticleType.

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

Creates a loader-specific instance of StaffItem.