BossBar

case
class BossBar(uuid: UUID, action: VarInt, title: Option[ChatComponent], health: Option[Float], color: Option[VarInt], style: Option[VarInt], flags: Option[UByte])

BossBar displays and/or changes a boss bar that is displayed on the top of the client's screen. This is normally used for bosses such as the ender dragon or the wither.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product