Skip to content

@zikeji/hypixel / Resources

Class: Resources

Example

typescript
const achievements = await client.resources.achievements();

Extends

  • Method

Properties

API

guilds

guilds: GuildsResources

Guild related resources.


skyblock

skyblock: SkyBlockResources

SkyBlock related resources.


vanity

vanity: VanityResources

SkyBlock related resources.

Methods

API

achievements()

achievements(): Promise<object & object>

Returns all the achievements for each gamemode on the Hypixel network.

Returns

Promise<object & object>

Example
typescript
const achievements = await client.resources.achievements();

challenges()

challenges(): Promise<object & object>

Returns all the challenges for each gamemode on the Hypixel network.

Returns

Promise<object & object>

Example
typescript
const challenges = await client.resources.challenges();

games()

games(): Promise<object & object>

Returns information about Hypixel Games.

Returns

Promise<object & object>

Example
typescript
const games = await client.resources.games();

quests()

quests(): Promise<object & object>

Returns all the quests for each gamemode on the Hypixel network.

Returns

Promise<object & object>

Example
typescript
const quests = await client.resources.quests();

Released under the MIT License.