Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchChunkRequest ¶
type FetchChunkResponse ¶
type PlayerState ¶
type RemovePlayerRequest ¶
type RemovePlayerRequest struct {
Id int32
}
type RemovePlayerResponse ¶
type RemovePlayerResponse struct { }
type UpdateBlockRequest ¶
type UpdateBlockResponse ¶
type UpdateBlockResponse struct {
Version string
}
type UpdateStateRequest ¶
type UpdateStateRequest struct { Id int32 State PlayerState }
type UpdateStateResponse ¶
type UpdateStateResponse struct {
Players map[int32]PlayerState
}
Click to show internal directories.
Click to hide internal directories.