Botcraft 1.21.4
Loading...
Searching...
No Matches
Botcraft::ItemProperties Struct Reference

#include <Item.hpp>

Public Attributes

ItemId id
 
std::string name
 
unsigned char stack_size
 
int durability
 

Detailed Description

Definition at line 18 of file Item.hpp.

Member Data Documentation

◆ durability

int Botcraft::ItemProperties::durability

Definition at line 23 of file Item.hpp.

Referenced by Botcraft::Item::Item().

◆ id

ItemId Botcraft::ItemProperties::id

Definition at line 20 of file Item.hpp.

Referenced by Botcraft::Item::Item().

◆ name

std::string Botcraft::ItemProperties::name

Definition at line 21 of file Item.hpp.

Referenced by Botcraft::Item::Item().

◆ stack_size

unsigned char Botcraft::ItemProperties::stack_size

Definition at line 22 of file Item.hpp.

Referenced by Botcraft::Item::Item().


The documentation for this struct was generated from the following file: