MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getLowercaseClass

Method getLowercaseClass

src/main/java/gregapi/util/UT.java:2480–2482  ·  view source on GitHub ↗
(Object aObject)

Source from the content-addressed store, hash-verified

2478 return aObject == null ? "" : aObject.getClass().getName().substring(aObject.getClass().getName().lastIndexOf(".")+1);
2479 }
2480 public static String getLowercaseClass(Object aObject) {
2481 return aObject == null ? "" : aObject.getClass().getName().substring(aObject.getClass().getName().lastIndexOf(".")+1).toLowerCase();
2482 }
2483
2484 public static Field getPublicField(Object aObject, String aField) {
2485 Field rField = null;

Callers 15

onLeftClickEntityMethod · 0.80
dimOverworldLikeMethod · 0.80
dimPlanetMethod · 0.80
dimCANDYMethod · 0.80
dimTROPICMethod · 0.80
dimATUMMethod · 0.80
dimBTLMethod · 0.80
dimEREMethod · 0.80
dimALFMethod · 0.80
dimDDMethod · 0.80
dimLMMethod · 0.80
dimENVMMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected