MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isNullOrEmpty

Method isNullOrEmpty

src/main/java/net/minecraft/client/main/Main.java:114–117  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

112 }
113
114 private static boolean isNullOrEmpty(String str)
115 {
116 return str != null && !str.isEmpty();
117 }
118}

Callers 4

mainMethod · 0.95
renderDebugInfoLeftMethod · 0.45
renderDebugInfoRightMethod · 0.45
drawScreenMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected