Documentation ¶ Index ¶ type Category func Construction() Category func Equipment() Category func Items() Category func Nature() Category func (c Category) Group() string func (c Category) String() string func (c Category) Uint8() uint8 func (c Category) WithGroup(group string) Category Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Category ¶ type Category struct { // contains filtered or unexported fields } func Construction ¶ func Construction() Category func Equipment ¶ func Equipment() Category func Items ¶ func Items() Category func Nature ¶ func Nature() Category func (Category) Group ¶ func (c Category) Group() string func (Category) String ¶ func (c Category) String() string func (Category) Uint8 ¶ func (c Category) Uint8() uint8 func (Category) WithGroup ¶ func (c Category) WithGroup(group string) Category Source Files ¶ View all Source files category.go Click to show internal directories. Click to hide internal directories.