IStaffModPlatform

public interface IStaffModPlatform(source)

Loader-specific functionality

See also

Inheritors

Types

Link copied to clipboard
public class Instance implements IStaffModPlatform

Wrapper around the current loader's IStaffModPlatform implementation.

Functions

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

Creates a loader-specific instance of CrownItem.

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

Creates an item, which is rendered like a staff.

Link copied to clipboard
public abstract SimpleParticleType simpleParticleType(Boolean alwaysShow)

Creates an instance of SimpleParticleType.

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

Creates a loader-specific instance of StaffItem.