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

Method regMeta_

src/main/java/gregapi/util/ST.java:218–218  ·  view source on GitHub ↗
(Item      aItem )

Source from the content-addressed store, hash-verified

216 public static String regMeta (Block aBlock) {return aBlock == null ? "" : regName(item_(aBlock))+":0";}
217 public static String regMeta (Item aItem ) {return aItem == null ? "" : regName(aItem)+":0";}
218 public static String regMeta_(Item aItem ) {return regName(aItem)+":0";}
219
220 public static boolean ownedBy (ModData aMod, IBlockAccess aWorld, int aX, int aY, int aZ) {return aMod.mLoaded && ownedBy(aMod.mID, aWorld, aX, aY, aZ);}
221 public static boolean ownedBy (ModData aMod, ItemStack aStack ) {return aMod.mLoaded && ownedBy(aMod.mID, aStack);}

Callers

nothing calls this directly

Calls 1

regNameMethod · 0.95

Tested by

no test coverage detected