VolatileCodeHandler

Functions

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