3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/gametest/framework/IGameTestListener.h"
18 public ::std::enable_shared_from_this<::MinecraftReportGameListener> {
28 MinecraftReportGameListener& operator=(MinecraftReportGameListener
const&);
29 MinecraftReportGameListener(MinecraftReportGameListener
const&);
30 MinecraftReportGameListener();
35 virtual ~MinecraftReportGameListener() =
default;
51 MCNAPI
void _say(::std::string
const& chatColor, ::std::string
const& text);
Definition BlockSource.h:73
MCAPI void $onTestPassed(::gametest::BaseGameTestInstance &testInstance)
MCAPI void _showRedBox(::std::string const &text, ::Vec3 const &position)
MCAPI void _reportFailure(::gametest::GameTestError const &error, ::BlockSource ®ion)
MCAPI void _spawnLectern(::std::string const &text)
static MCAPI void ** $vftable()
MCAPI void $onTestFailed(::gametest::BaseGameTestInstance &testInstance)
MCAPI void _spawnBeacon(::Block const &glassType)
MCAPI void $onTestStructureLoaded(::gametest::BaseGameTestInstance &)
MCAPI void _visualizeFailedTest(::gametest::GameTestError const &error, ::BlockSource &)
MCAPI::std::string _generateErrorDescription(::gametest::GameTestError const &error) const
MCAPI void _say(::std::string const &chatColor, ::std::string const &text)
Definition BaseGameTestInstance.h:25
Definition IGameTestListener.h:12
Definition GameTestError.h:17