Documentation ¶
Index ¶
- Constants
- type CanShowImages
- type ConnectState
- type DownloadedPack
- type FinishedPack
- type HandlerFunc
- type Init
- type InitialPacksInfo
- type MapLookup
- type NewSkin
- type PackDownloadProgress
- type ProcessingPack
- type Response
- type SavedWorld
- type SavingWorld
- type SetUIState
- type SetVoidGen
- type SetWorldName
- type UIState
- type UpdateAvailable
- type UpdateMap
Constants ¶
View Source
const ( UIStateInvalid = iota UIStateMain UIStateFinished )
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 FinishedPack ¶ added in v1.31.1
type HandlerFunc ¶
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 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 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.