Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addPlayer(player: Player, config: PlayerWailaConfig = player.wailaConfig)

Forcibly adds a WAILA display for the given player.

Link copied to clipboard

Adds a WAILA override for the given position. This will always show the provided WAILA config when a WAILA-enabled player looks at the block at the given position, regardless of the block type or even if the block is not a Pylon block.

fun addWailaOverride(entity: Entity, provider: (Player) -> WailaDisplay?)

Adds a WAILA override for the given entity. This will always show the provided WAILA config when a WAILA-enabled player looks at the entity regardless of any other factors.

Link copied to clipboard

Forcibly removes a WAILA display for the given player.

Link copied to clipboard

Removes any existing WAILA override for the given position.

Removes any existing WAILA override for the given entity.