#include <nimble_parser.h>
◆ BlockProperties() [1/2]
nimble::BlockProperties::BlockProperties |
( |
| ) |
|
|
inline |
int block_id_
Definition nimble_parser.h:102
std::string block_name_
Definition nimble_parser.h:101
◆ BlockProperties() [2/2]
nimble::BlockProperties::BlockProperties |
( |
std::string | props | ) |
|
160{
161 size_t space_pos = props.find(" ");
166 std::stringstream ss;
167 ss << block_id_str;
169}
std::string material_key_
Definition nimble_parser.h:103
◆ block_id_
int nimble::BlockProperties::block_id_ |
◆ block_name_
std::string nimble::BlockProperties::block_name_ |
◆ material_key_
std::string nimble::BlockProperties::material_key_ |
The documentation for this struct was generated from the following files: