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

Method stringInvalid

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

Source from the content-addressed store, hash-verified

1514 }
1515
1516 public static boolean stringInvalid(Object aString) {
1517 return aString == null || aString.toString().isEmpty();
1518 }
1519
1520 public static byte side(ForgeDirection aDirection) {
1521 return (byte)(aDirection==null?SIDE_INVALID:aDirection.ordinal());

Callers 15

fluidMethod · 0.95
load_Method · 0.95
fluidMethod · 0.95
getWrittenBookMethod · 0.95
createWrittenBookMethod · 0.95
colorMethod · 0.95
setMethod · 0.95
playMethod · 0.95
sendMethod · 0.95
makeMethod · 0.95
onOreRegistration1Method · 0.80
getFirstOreMethod · 0.80

Calls 2

isEmptyMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected