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

Method getWorldName

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

@return The name of the world this ChunkPosition is in

()

Source from the content-addressed store, hash-verified

78 * @return The name of the world this ChunkPosition is in
79 */
80 public String getWorldName() {
81 return world;
82 }
83
84 /**
85 * Gets the chunk

Callers 1

loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected