LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/mc/BlockSerializationUtils.hpp
2023-03-03 10:18:21 -08:00

25 lines
896 B
C++

// 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<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 *);
};