MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getZ

Method getZ

src/redempt/redlib/blockdata/ChunkPosition.java:66–68  ·  view source on GitHub ↗

@return The chunk Z

()

Source from the content-addressed store, hash-verified

64 * @return The chunk Z
65 */
66 public int getZ() {
67 return z;
68 }
69
70 /**
71 * @return The world this ChunkPosition is in

Callers 1

ChunkPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected