Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BedrockStatus ¶
type BedrockStatus struct {
EnableSRV bool
Timeout time.Duration
ClientGUID int64
DefaultMOTDColor description.Color
}
BedrockStatus is the options used by the StatusBedrock() function
type JavaStatus ¶
type JavaStatus struct {
EnableSRV bool
Timeout time.Duration
ProtocolVersion int
DefaultMOTDColor description.Color
}
JavaStatus is the options used by the Status() function
type JavaStatusLegacy ¶
type JavaStatusLegacy struct {
EnableSRV bool
Timeout time.Duration
ProtocolVersion int
DefaultMOTDColor description.Color
}
JavaStatusLegacy is the options used by the StatusLegacy() function
type LegacyVote ¶ added in v1.4.0
type LegacyVote struct {
PublicKey string
ServiceName string
Username string
IPAddress string
Timestamp time.Time
Timeout time.Duration
}
LegacyVote is the options used by the SendLegacyVote() function
Click to show internal directories.
Click to hide internal directories.