// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "llapi/Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA namespace BlockSerializationUtils { #define AFTER_EXTRA // Add Member There struct NbtToBlockCache { NbtToBlockCache() = delete; NbtToBlockCache(NbtToBlockCache const&) = delete; NbtToBlockCache(NbtToBlockCache const&&) = delete; }; enum NBTState; #undef AFTER_EXTRA MCAPI extern class std::unordered_map, struct std::hash, struct std::equal_to, class std::allocator>>> BLOCK_REPLACE_DATA_MAP; MCAPI class Block const * tryGetBlockFromNBT(class CompoundTag const &, struct BlockSerializationUtils::NbtToBlockCache *); };