3#include "mc/_HeaderOutputPredefine.h"
12namespace Editor::BlockMask {
25 BlockMaskList& operator=(BlockMaskList
const&);
26 BlockMaskList(BlockMaskList
const&);
32 MCNAPI_C
bool containsBlock(
::HashedString const& blockName)
const;
36 MCNAPI_C
bool match(
::Block const* block)
const;
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ::std::vector<::std::string > toStringList() const
MCAPI void fromStringList(::std::vector<::std::string > const &blockNames)
Definition HashedString.h:5
Definition ReflectionCtx.h:11