mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
32 lines
1.1 KiB
C++
32 lines
1.1 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 MinecraftCommands {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_MINECRAFTCOMMANDS
|
|
public:
|
|
class MinecraftCommands& operator=(class MinecraftCommands const &) = delete;
|
|
MinecraftCommands(class MinecraftCommands const &) = delete;
|
|
MinecraftCommands() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_MINECRAFTCOMMANDS
|
|
#endif
|
|
MCAPI struct MCRESULT executeCommand(class std::shared_ptr<class CommandContext>, bool) const;
|
|
MCAPI void handleOutput(class CommandOrigin const &, class CommandOutput const &) const;
|
|
MCAPI void initCoreEnums(class IWorldRegistriesProvider const &, bool, class BaseGameVersion const &);
|
|
MCAPI struct MCRESULT requestCommandExecution(std::unique_ptr<class CommandOrigin>, std::string const &, int, bool) const;
|
|
MCAPI void runCommand(class HashedString const &, class CommandOrigin &, enum CurrentCmdVersion);
|
|
MCAPI static enum CommandOutputType getOutputType(class CommandOrigin const &);
|
|
|
|
}; |