Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func ServerFactory ¶
func ServerFactory(server SupportedServer) (Server, error)
type SupportedServer ¶
type SupportedServer int
const ( Vanilla SupportedServer = iota Paper Fabric Forge )
func ParseServerType ¶
func ParseServerType(server string) (SupportedServer, error)
func (SupportedServer) String ¶
func (s SupportedServer) String() string
Click to show internal directories.
Click to hide internal directories.