3#include "mc/_HeaderOutputPredefine.h"
10namespace ScriptModuleMinecraft {
12struct ScriptCustomCommandInterface {
26 ScriptCustomCommandInterface& operator=(ScriptCustomCommandInterface
const&);
27 ScriptCustomCommandInterface();
44 MCNAPI static ::Scripting::InterfaceBinding
bind();
Definition ScriptCustomCommandInterface.h:12
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI ~ScriptCustomCommandInterface()
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
MCAPI bool operator==(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &other) const
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI ScriptCustomCommandInterface(::ScriptModuleMinecraft::ScriptCustomCommandInterface const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptCustomCommandInterface &&)
Definition InterfaceBinding.h:16