Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetMinecraftServer ¶
func SetMinecraftServer(server Server)
Types ¶
type Server ¶
type Server interface { apis_base.State Logging() *logs.Logging Command() *cmds.CommandManager Tasking() *task.Tasking Watcher() util.Watcher Players() []ents.Player ConnByUUID(uuid uuid.UUID) impl_base.Connection PlayerByUUID(uuid uuid.UUID) ents.Player PlayerByConn(conn impl_base.Connection) ents.Player ServerVersion() string Broadcast(message string) }
func MinecraftServer ¶
func MinecraftServer() Server
Click to show internal directories.
Click to hide internal directories.