MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / stringValid

Method stringValid

src/main/java/gregapi/util/UT.java:1512–1514  ·  view source on GitHub ↗
(Object aString)

Source from the content-addressed store, hash-verified

1510 }
1511
1512 public static boolean stringValid(Object aString) {
1513 return aString != null && !aString.toString().isEmpty();
1514 }
1515
1516 public static boolean stringInvalid(Object aString) {
1517 return aString == null || aString.toString().isEmpty();

Callers 15

load_Method · 0.95
scanMethod · 0.95
displayMethod · 0.95
addMaterialDictionaryMethod · 0.95
getDataToolTipMethod · 0.95
onPlayerInteractionMethod · 0.80
onItemTooltipMethod · 0.80
canHandleMethod · 0.80
getGuiTextureMethod · 0.80
drawExtrasMethod · 0.80

Calls 2

isEmptyMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected