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

Method MetaMirrorXZ

src/Blocks/BlockHandler.h:138–138  ·  view source on GitHub ↗

Mirros a given block meta around the XZ plane. Default: no change Block meta following mirroring

Source from the content-addressed store, hash-verified

136 /// <summary>Mirros a given block meta around the XZ plane. Default: no change</summary>
137 /// <returns>Block meta following mirroring</returns>
138 virtual NIBBLETYPE MetaMirrorXZ(NIBBLETYPE a_Meta) { return a_Meta; }
139
140 /// <summary>Mirros a given block meta around the YZ plane. Default: no change</summary>
141 /// <returns>Block meta following mirroring</returns>

Callers 1

MirrorXZMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected