mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
25 lines
905 B
C++
25 lines
905 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../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<std::string, class std::function<void (int, class CompoundTag &)>, struct std::hash<std::string>, struct std::equal_to<std::string>, class std::allocator<struct std::pair<std::string const, class std::function<void (int, class CompoundTag &)>>>> BLOCK_REPLACE_DATA_MAP;
|
|
MCAPI class Block const * tryGetBlockFromNBT(class CompoundTag const &, struct BlockSerializationUtils::NbtToBlockCache *);
|
|
|
|
}; |