27#if PROTOCOL_VERSION < 347
28 const std::unordered_map<int, std::unordered_map<unsigned char, std::unique_ptr<Blockstate> > >&
Blockstates()
const;
30 const std::unordered_map<int, std::unique_ptr<Blockstate> >&
Blockstates()
const;
38#if PROTOCOL_VERSION < 358
39 const std::unordered_map<unsigned char, std::unique_ptr<Biome> >&
Biomes()
const;
42 const std::unordered_map<int, std::unique_ptr<Biome> >&
Biomes()
const;
46 const std::unordered_map<ItemId, std::unique_ptr<Item> >&
Items()
const;
48 const Item*
GetItem(
const std::string& item_name)
const;
59#if PROTOCOL_VERSION > 340
74#if PROTOCOL_VERSION < 347
75 std::unordered_map<int, std::unordered_map<unsigned char, std::unique_ptr<Blockstate> > >
blockstates;
77 std::unordered_map<int, std::unique_ptr<Blockstate> >
blockstates;
81#if PROTOCOL_VERSION < 358
82 std::unordered_map<unsigned char, std::unique_ptr<Biome> >
biomes;
84 std::unordered_map<int, std::unique_ptr<Biome> >
biomes;
86 std::unordered_map<ItemId, std::unique_ptr<Item>>
items;
88 std::unique_ptr<Renderer::Atlas>
atlas;