Documentation ¶
Index ¶
- Constants
- type CanShowImages
- type DownloadedPack
- type FinishedDownloadingPacks
- type HandlerFunc
- type Init
- type InitialPacksInfo
- type MessageResponse
- type NewSkin
- type PackDownloadProgress
- type SavedWorld
- type SavingWorld
- type SetUIState
- type SetVoidGen
- type SetWorldName
- type UIState
- type UpdateAvailable
- type UpdateMap
Constants ¶
View Source
const ( UIStateConnect = iota UIStateConnecting UIStateMain UIStateFinished )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CanShowImages ¶ added in v1.28.1
type CanShowImages struct{}
type DownloadedPack ¶ added in v1.28.1
type FinishedDownloadingPacks ¶ added in v1.28.1
type FinishedDownloadingPacks struct {
Packs []*DownloadedPack
}
type HandlerFunc ¶
type HandlerFunc = func(data interface{}) MessageResponse
type Init ¶
type Init struct {
Handler HandlerFunc
}
type InitialPacksInfo ¶ added in v1.29.0
type InitialPacksInfo struct {
Packs []protocol.TexturePackInfo
}
type MessageResponse ¶
type MessageResponse struct { Ok bool Data interface{} }
type PackDownloadProgress ¶ added in v1.29.0
type SavedWorld ¶ added in v1.30.0
type SavingWorld ¶ added in v1.28.1
type SavingWorld struct {
World *SavedWorld
}
type SetUIState ¶
type SetUIState = UIState
type SetVoidGen ¶
type SetVoidGen struct {
Value bool
}
type SetWorldName ¶
type SetWorldName struct {
WorldName string
}
type UpdateAvailable ¶ added in v1.30.0
type UpdateAvailable struct {
Version string
}
Click to show internal directories.
Click to hide internal directories.