MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / TextObjectLocalizedText

Method TextObjectLocalizedText

src/bedrock/textobject/text_object.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TextObjectLocalizedText::TextObjectLocalizedText(std::string text) : text_(std::move(text)) {}
89
90std::string TextObjectLocalizedText::asString() const
91{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected