mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
35 lines
1.2 KiB
C++
35 lines
1.2 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class ServerContentKeyProvider {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_SERVERCONTENTKEYPROVIDER
|
|
public:
|
|
class ServerContentKeyProvider& operator=(class ServerContentKeyProvider const &) = delete;
|
|
ServerContentKeyProvider(class ServerContentKeyProvider const &) = delete;
|
|
ServerContentKeyProvider() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~ServerContentKeyProvider();
|
|
/*1*/ virtual std::string getContentKey(class ContentIdentity const &) const;
|
|
/*2*/ virtual void __unk_vfn_2();
|
|
/*3*/ virtual void __unk_vfn_3();
|
|
/*4*/ virtual void __unk_vfn_4();
|
|
/*5*/ virtual void __unk_vfn_5();
|
|
/*6*/ virtual bool canAccess(class ContentIdentity const &) const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_SERVERCONTENTKEYPROVIDER
|
|
MCVAPI void clearTempContentKeys();
|
|
MCVAPI void setTempContentKeys(class std::unordered_map<class ContentIdentity, std::string, struct std::hash<class ContentIdentity>, struct std::equal_to<class ContentIdentity>, class std::allocator<struct std::pair<class ContentIdentity const, std::string>>> const &);
|
|
#endif
|
|
|
|
}; |