// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class CommandPropertyBag {

#define AFTER_EXTRA

#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_COMMANDPROPERTYBAG
public:
    class CommandPropertyBag& operator=(class CommandPropertyBag const &) = delete;
    CommandPropertyBag(class CommandPropertyBag const &) = delete;
    CommandPropertyBag() = delete;
#endif

public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_COMMANDPROPERTYBAG
#endif
    MCAPI void addToResultList(std::string const &, std::string const &);
    MCAPI void set(std::string const &, class BlockPos const &);
    MCAPI void set(std::string const &, class Vec3);

};