domain

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	//ログインしたことのあるすべてのユーザ
	AllUsers []User
	//ログインしてるユーザ
	LoginUsers []User
	//whitelistなユーザ名
	WhitelistUsernames []string
}

type LineClient

type LineClient struct {
	Client   *linebot.Client
	GroupIDs []string
}

type LineConfig

type LineConfig struct {
	ChannelSecret string
	ChannelToken  string
	GroupIDs      []string
}

type Message

type Message struct {
	UserID string
	Msg    string
}

type Position

type Position struct {
	X float32
	Y float32
	Z float32
}

type User

type User struct {
	Name     string
	Health   float32
	XpLevel  uint
	Position Position
	Biome    string // Minecraft 1.16~
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL