Documentation ¶
Index ¶
- type CanShowImages
- type Close
- type ConnectState
- type DownloadedPack
- type Error
- type ExitSubcommand
- type FinishedPack
- type Handler
- type HandlerFunc
- type HaveFinishScreen
- type Init
- type InitialPacksInfo
- type MapLookup
- type Message
- type NewSkin
- type PackDownloadProgress
- type PlayerPosition
- type ProcessingPack
- type SavedWorld
- type SavingWorld
- type ServerInput
- type SetVoidGen
- type SetWorldName
- type ShowPopup
- type StartSubcommand
- type UIState
- type UpdateAvailable
- type UpdateMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanShowImages ¶ added in v1.28.1
type CanShowImages struct{}
type ConnectState ¶ added in v1.31.1
type ConnectState int
const ( ConnectStateBegin ConnectState = iota + 1 ConnectStateListening ConnectStateServerConnecting ConnectStateReceivingResources ConnectStateEstablished ConnectStateDone )
type DownloadedPack ¶ added in v1.28.1
type ExitSubcommand ¶ added in v1.33.1
type ExitSubcommand struct{}
type FinishedPack ¶ added in v1.31.1
type HandlerFunc ¶
type HaveFinishScreen ¶ added in v1.33.1
type HaveFinishScreen struct{}
type Init ¶
type Init struct {
Handler HandlerFunc
}
type InitialPacksInfo ¶ added in v1.29.0
type InitialPacksInfo struct {
Packs []protocol.TexturePackInfo
}
type PackDownloadProgress ¶ added in v1.29.0
type PlayerPosition ¶ added in v1.34.3
type ProcessingPack ¶ added in v1.31.1
type SavedWorld ¶ added in v1.30.0
type SavingWorld ¶ added in v1.28.1
type SavingWorld struct {
World *SavedWorld
}
type ServerInput ¶ added in v1.37.0
type SetVoidGen ¶
type SetVoidGen struct {
Value bool
}
type SetWorldName ¶
type SetWorldName struct {
WorldName string
}
type StartSubcommand ¶ added in v1.33.1
type StartSubcommand struct {
Command any
}
type UpdateAvailable ¶ added in v1.30.0
type UpdateAvailable struct {
Version string
}
Click to show internal directories.
Click to hide internal directories.