Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ban ¶
type Ban struct {
Target OfflineTarget `cmd:"target"`
Duration int `cmd:"duration"`
Reason cmd.Varargs `cmd:"reason"`
// contains filtered or unexported fields
}
type Duel ¶
type Duel struct {
Target onlineTarget `cmd:"target"`
// contains filtered or unexported fields
}
type GameMode ¶
type OfflineTarget ¶
type OfflineTarget string
func (OfflineTarget) Type ¶
func (o OfflineTarget) Type() string
type Pardon ¶
type Pardon struct {
Target OfflineTarget `cmd:"target"`
// contains filtered or unexported fields
}
type TeleportTargetToPos ¶
type TeleportTargetToPos struct {
Target onlineTarget `name:"target"`
Pos mgl64.Vec3 `name:"pos"`
// contains filtered or unexported fields
}
TeleportTargetToPos is a command that teleports a target to a specific position.
type TeleportTargetToTarget ¶
type TeleportTargetToTarget struct {
From onlineTarget `name:"from"`
To onlineTarget `name:"to"`
// contains filtered or unexported fields
}
TeleportTargetToTarget is a command that teleports a target to another target.
type TeleportToPos ¶
TeleportToPos is a command that teleports the sender to a specific position.
type TeleportToTarget ¶
type TeleportToTarget struct {
Target onlineTarget `name:"target"`
// contains filtered or unexported fields
}
TeleportToTarget is a command that teleports the sender to a specific target.
Click to show internal directories.
Click to hide internal directories.