Function fetchMyLocation

  • Fetches the coordinates and health info for the locally logged in player from the API

    This function causes API requests.
    Which player to return info for is based on the IP used to cast this request and the IP logged into the Minecraft server.
    This request returns `null` if no player is logged in.

    Parameters

    Returns Promise<List<PlayerParty> | null>

Generated using TypeDoc