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

#define BEFORE_EXTRA

#undef BEFORE_EXTRA

class ServerMetricsImpl {

#define AFTER_EXTRA

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

public:
    /*0*/ virtual ~ServerMetricsImpl();
    /*1*/ virtual void sendPeriodicMetrics(class ServerInstance &);
    /*2*/ virtual void sendServerTickTime(class std::chrono::duration<__int64, struct std::ratio<1, 1000000000>> const &);
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SERVERMETRICSIMPL
#endif
    MCAPI ServerMetricsImpl(class ServerCommunicationInterface *);

//private:
    MCAPI void sendPeriodicMetricsInternal(class ServerInstance &);

private:

};