25 MinecraftScriptSentryPlugin& operator=(MinecraftScriptSentryPlugin
const&);
26 MinecraftScriptSentryPlugin(MinecraftScriptSentryPlugin
const&);
27 MinecraftScriptSentryPlugin();
32 virtual ~MinecraftScriptSentryPlugin() =
default;
34 virtual void setSentryLogger(::std::unique_ptr<::ScriptSentryLogger> sentryLogger) ;
36 virtual ::std::string
const& getPlatformName()
const ;
Definition IScriptSentryPlugin.h:12
MCAPI::std::string const & $getPlatformName() const
static MCAPI void ** $vftable()
MCAPI void $setSentryLogger(::std::unique_ptr<::ScriptSentryLogger > sentryLogger)
Definition ScriptSentryLogger.h:15