MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getUUIDWithoutDashes

Method getUUIDWithoutDashes

Utils/src/eu/the5zig/util/Utils.java:199–201  ·  view source on GitHub ↗

Returns a UUID-String without dashes @param uuid The UUID that should be replaced. @return a UUID-String without dashes.

(UUID uuid)

Source from the content-addressed store, hash-verified

197 * @return a UUID-String without dashes.
198 */
199 public static String getUUIDWithoutDashes(UUID uuid) {
200 return uuid.toString().replace("-", "");
201 }
202
203 public static String upperToDash(String input) {
204 StringBuilder result = new StringBuilder();

Callers 15

loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95
loadPlayerResourceMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected