Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArmourHandler ¶
type ArmourHandler struct {
// contains filtered or unexported fields
}
func NewArmourHandler ¶
func NewArmourHandler(h *PlayerHandler) *ArmourHandler
func (*ArmourHandler) HandleDrop ¶
HandleDrop ...
func (*ArmourHandler) HandlePlace ¶
HandlePlace ...
func (*ArmourHandler) HandleTake ¶
HandleTake ...
type InventoryHandler ¶
type InventoryHandler struct {
// contains filtered or unexported fields
}
func NewInventoryHandler ¶
func NewInventoryHandler(h *PlayerHandler) *InventoryHandler
func (*InventoryHandler) HandleDrop ¶
func (*InventoryHandler) HandlePlace ¶
func (*InventoryHandler) HandleTake ¶
type PlayerHandler ¶
type PlayerHandler struct { player.NopHandler // contains filtered or unexported fields }
func NewPlayerHandler ¶
func NewPlayerHandler(class class.Class) *PlayerHandler
Click to show internal directories.
Click to hide internal directories.