25 DefaultCommandsContextProvider& operator=(DefaultCommandsContextProvider
const&);
26 DefaultCommandsContextProvider(DefaultCommandsContextProvider
const&);
27 DefaultCommandsContextProvider();
32 virtual ~DefaultCommandsContextProvider() =
default;
34 virtual ::ILevel* getLevel() ;
36 virtual ::NetworkIdentifier getLocalNetworkId()
const ;
38 virtual void onCommandExecuted(
40 ::CommandOriginType originType,
41 ::std::string
const& commandName,
42 ::std::string
const& commandString
55 ::CommandOriginType originType,
56 ::std::string
const& commandName,
57 ::std::string
const& commandString
MCAPI::NetworkIdentifier $getLocalNetworkId() const
static MCAPI void ** $vftable()
MCAPI void $onCommandExecuted(::MCRESULT result, ::CommandOriginType originType, ::std::string const &commandName, ::std::string const &commandString)
MCAPI::ILevel * $getLevel()
Definition ICommandsContextProvider.h:15