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

Method getString

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

Gets a string by key @param key The key the data is mapped to @return The data as a String

(String key)

Source from the content-addressed store, hash-verified

78 * @return The data as a String
79 */
80 public String getString(String key) {
81 return data.getString(key);
82 }
83
84 /**
85 * Gets an int by key

Callers 1

getCustomBlockMethod · 0.95

Calls 1

getStringMethod · 0.65

Tested by

no test coverage detected