3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/Factory.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8#include "mc/world/response/EventResponse.h"
30 TeleportResponse& operator=(TeleportResponse
const&);
31 TeleportResponse(TeleportResponse
const&);
37 virtual ::std::string
const& getName()
const ;
41 virtual void buildSchema(
46 virtual ~TeleportResponse() =
default;
52 MCNAPI static ::std::string
const&
NameID();
Definition EventResponse.h:16
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition RenderParams.h:30
MCAPI void $buildSchema(::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::EventResponseCollection > > &schema, ::Factory<::EventResponse > const &factory) const
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftable()
MCAPI void $executeAction(::RenderParams ¶ms) const
MCAPI::std::string const & $getName() const
Definition EventResponseCollection.h:10