Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinecraftTCP ¶
type MinecraftTCP struct{}
func (MinecraftTCP) Aliases ¶
func (mc MinecraftTCP) Aliases() []string
func (MinecraftTCP) DefaultPort ¶
func (mc MinecraftTCP) DefaultPort() uint16
func (MinecraftTCP) Execute ¶
func (mc MinecraftTCP) Execute(helper internal.NetworkHelper) (api.Response, error)
func (MinecraftTCP) Name ¶
func (mc MinecraftTCP) Name() string
func (MinecraftTCP) Network ¶
func (mc MinecraftTCP) Network() string
func (MinecraftTCP) Priority ¶
func (mc MinecraftTCP) Priority() uint16
type MinecraftUDP ¶
type MinecraftUDP struct{}
func (MinecraftUDP) Aliases ¶
func (mc MinecraftUDP) Aliases() []string
func (MinecraftUDP) DefaultPort ¶
func (mc MinecraftUDP) DefaultPort() uint16
func (MinecraftUDP) Execute ¶
func (mc MinecraftUDP) Execute(helper internal.NetworkHelper) (api.Response, error)
func (MinecraftUDP) Name ¶
func (mc MinecraftUDP) Name() string
func (MinecraftUDP) Network ¶
func (mc MinecraftUDP) Network() string
func (MinecraftUDP) Priority ¶
func (mc MinecraftUDP) Priority() uint16
type SourceQuery ¶
type SourceQuery struct{}
func (SourceQuery) Aliases ¶
func (sq SourceQuery) Aliases() []string
func (SourceQuery) DefaultPort ¶
func (sq SourceQuery) DefaultPort() uint16
func (SourceQuery) Execute ¶
func (sq SourceQuery) Execute(helper internal.NetworkHelper) (api.Response, error)
func (SourceQuery) Name ¶
func (sq SourceQuery) Name() string
func (SourceQuery) Network ¶
func (sq SourceQuery) Network() string
func (SourceQuery) Priority ¶
func (sq SourceQuery) Priority() uint16
Click to show internal directories.
Click to hide internal directories.