Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
func (*Chat) AddMessage ¶
type Sidebar ¶
type Sidebar struct { Root *tview.Grid Pages *tview.Pages Stats *tview.TextView Inventory *tview.TextView InventoryCursor int }
func NewSidebar ¶
func NewSidebar() *Sidebar
func (*Sidebar) SetActiveTab ¶
func (*Sidebar) UpdatePlayerInventory ¶
func (s *Sidebar) UpdatePlayerInventory(p *components.Player)
func (*Sidebar) UpdatePlayerStats ¶
func (s *Sidebar) UpdatePlayerStats(p *components.Player)
Click to show internal directories.
Click to hide internal directories.