aiohypixel.stats

Documentation

Stats dataclasses and other related functions

class aiohypixel.stats.BaseGameStats
classmethod from_api_response(resp)
class aiohypixel.stats.BedWarsStats
classmethod from_api_response(resp)

Processes the raw API response into a BedWarsStats object.

Parameters

resp (NewType()(APIResponse, Dict[str, Any])) – The API response to process.

Returns

The processed BedWarsStats object.

Inheritance Diagram

Inheritance diagram of aiohypixel.stats