[1.13-1.17] EasyAPI icon

[1.13-1.17] EasyAPI -----

Language, AutoReloadFile, Command from Vanilla, NPC, Hologram, ItemUtils, PlayerUtils and more!



Added BossBar API
Added BossBar API!
Code (Java):
//Create a new boss bar
EzBossBar bossBar = new EzBossBar ( new ChatMessage ( "Ender Dragon", false ) ) ;
//Add a new viewer
bossBar. addViewer (player ) ;
//Set boss bar progress
bossBar. setProgress (0.5f ) ;
//Set boss bar color
bossBar. setColor (BarColor. BLUE ) ;
//Set boss bar style
bossBar. setStyle (BarStyle. NOTCHED_20 ) ;
//Make sky dark
bossBar. setDarkenSky ( true ) ;
//Play music to player
bossBar. setPlayMusic ( true ) ;
//Create fog
bossBar. setCreateFog ( true ) ;
//Make player cannot see the boss bar
bossBar. hide (player ) ;
//Make player can see the boss bar
bossBar. show (player ) ;
//Remove a viewer
bossBar. removeViewer (player ) ;
//Drop the boss bar
bossBar. drop ( ) ;
----------, Aug 3, 2021
Resource Information
Author:
----------
Total Downloads: 2,477
First Release: Jul 19, 2021
Last Update: Aug 8, 2021
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings