Documentation
¶
Index ¶
- func Bedrock(ctx context.Context, hostname string, port uint16, ...) (*response.StatusBedrock, error)
- func Legacy(ctx context.Context, hostname string, port uint16, ...) (*response.StatusLegacy, error)
- func Modern(ctx context.Context, hostname string, port uint16, ...) (*response.StatusModern, error)
- func ModernRaw(ctx context.Context, hostname string, port uint16, ...) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bedrock ¶
func Bedrock(ctx context.Context, hostname string, port uint16, options ...options.StatusBedrock) (*response.StatusBedrock, error)
Bedrock retrieves the status of a Bedrock Edition Minecraft server.
func Legacy ¶
func Legacy(ctx context.Context, hostname string, port uint16, options ...options.StatusLegacy) (*response.StatusLegacy, error)
Legacy retrieves the status of any Java Edition Minecraft server, but with reduced properties compared to Modern().
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.