Documentation
¶
Index ¶
- func GetBlock(x, y, z int, path string) (string, error)
- func GetString(x, y, z int, path string) (string, error)
- func GetText(x, y, z int, path string) (string, error)
- func Hostname() string
- func Initialize(hostname string, port int, password string) (err error)
- func Test()
- type Connection
- type ParseFunction
- type Player
- type ServerInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connection ¶
type ParseFunction ¶
type Player ¶
func (*Player) ParseDimension ¶
type ServerInfo ¶
type ServerInfo struct { Version string Tps1 float64 Tps5 float64 Tps15 float64 MaxPlayers int Players []string }
func GetServerInfo ¶
func GetServerInfo() (ServerInfo, error)
func (*ServerInfo) GetPlayers ¶
func (si *ServerInfo) GetPlayers() error
func (*ServerInfo) GetTPS ¶
func (si *ServerInfo) GetTPS() error
func (*ServerInfo) GetVersion ¶
func (si *ServerInfo) GetVersion() error
Click to show internal directories.
Click to hide internal directories.