VolatileCodeHandler

@ApiStatus.Internal
interface VolatileCodeHandler

Version-volatile code.

Functions

Link copied to clipboard
@NotNull
abstract fun getTextureValue(@NotNull player: @NotNull HudPlayer): @NotNull String
Gets textures value of player's game profile.
Link copied to clipboard
abstract fun inject(@NotNull player: @NotNull HudPlayer, @NotNull color: @NotNull BossBar.Color)
Injects player.
Link copied to clipboard
abstract fun removeBossBar(@NotNull player: @NotNull HudPlayer)
Removes bar from player.
Link copied to clipboard
abstract fun showBossBar(@NotNull player: @NotNull HudPlayer, @NotNull color: @NotNull BossBar.Color, @NotNull component: @NotNull Component)
Shows bar to some player.