Skip to main content
Module

x/minecraft_lib/network/address.ts

A collection of modules that can be used to build Minecraft servers, clients, utilities and other tools.
Latest
import * as minecraftLib from "https://deno.land/x/minecraft_lib@0.1.0/network/address.ts";

Functions

Parses the address string, splitting it into hostname and port.

Resolves the server address to an address the client can connect to.

Interfaces

A resolved address which may be used to connect to the server.

Represents a user specified server address.