LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/ServerMetricsImpl.hpp
2022-09-21 19:47:03 +08:00

35 lines
941 B
C++

// 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:
};