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

33 lines
904 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 WorldSessionEndPoint {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_WORLDSESSIONENDPOINT
public:
class WorldSessionEndPoint& operator=(class WorldSessionEndPoint const &) = delete;
WorldSessionEndPoint(class WorldSessionEndPoint const &) = delete;
WorldSessionEndPoint() = delete;
#endif
public:
/*0*/ virtual ~WorldSessionEndPoint();
/*1*/ virtual void flush();
/*2*/ virtual void __unk_vfn_2();
/*3*/ virtual void setEnabled(bool);
/*4*/ virtual bool isEnabled() const;
/*5*/ virtual void log(enum LogArea, enum LogLevel, char const *);
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_WORLDSESSIONENDPOINT
#endif
MCAPI WorldSessionEndPoint(class IMinecraftEventing &);
};