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

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class VanillaBlockUpdater {

#define AFTER_EXTRA

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

public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_VANILLABLOCKUPDATER
#endif
    MCAPI static class CompoundTagUpdaterContext & get();

//private:
    MCAPI static void addBaseUpdater(class CompoundTagUpdaterContext &);
    MCAPI static void addRailUpdater_1_14_0(std::string const &, class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_10_0(class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_12_0(class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_13_0(class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_14_0(class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_15_0(class CompoundTagUpdaterContext &);
    MCAPI static void addUpdaters_1_16_0(class CompoundTagUpdaterContext &);

private:
    MCAPI static std::unique_ptr<class CompoundTagUpdaterContext> mContext;

};