MCPcopy Create free account
hub / github.com/cuberite/cuberite / SaveToJson

Method SaveToJson

src/BlockEntities/SignEntity.cpp:101–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100
101void cSignEntity::SaveToJson(Json::Value & a_Value)
102{
103 a_Value["x"] = m_PosX;
104 a_Value["y"] = m_PosY;
105 a_Value["z"] = m_PosZ;
106
107 a_Value["Line1"] = m_Line[0];
108 a_Value["Line2"] = m_Line[1];
109 a_Value["Line3"] = m_Line[2];
110 a_Value["Line4"] = m_Line[3];
111}
112
113
114

Callers 2

SaveToDiskMethod · 0.45
BlockEntityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected