neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Bedwars cosmetic enums #77

Closed Mqlvin closed 2 years ago

Mqlvin commented 2 years ago

This merge will add all bedwars cosmetics, in the format of enums, to the wrapper.games.bedwars.cosmetics package.

It will add the interface HypixelCosmetic, which is to be used on all Hypixel cosmetic enums. It will add the HypixelCosmeticRarities enum which is a classification for Hypixel cosmetics.

It also adds the colour AQUA to the HypixelColors class as it was needed for the RARE cosmetic rarity.

unpluggedsam commented 2 years ago

Phenomenal job.