Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Waila

Handles WAILAs (the text that displays a block's name when looking at the block).

Link copied to clipboard
data class WailaDisplay @JvmOverloads constructor(val text: Component, val color: BossBar.Color = RebarConfig.WailaConfig.DEFAULT_DISPLAY.color, val overlay: BossBar.Overlay = RebarConfig.WailaConfig.DEFAULT_DISPLAY.overlay, val progress: Float = RebarConfig.WailaConfig.DEFAULT_DISPLAY.progress) : Record

The configuration for a WAILA bossbar (the bar shown at the top of your screen when looking at a block).

Link copied to clipboard
object WailaPlaceholders : PlaceholderExpansion