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

Method hide

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

Source from the content-addressed store, hash-verified

980 }
981
982 public static void hide(Item aItem) {
983 for (int i = 0; i < 16; i++) hide(aItem, i);
984 hide(aItem, W);
985 }
986 public static void hide(Item aItem, long aMeta) {
987 hide(make(aItem, 1, aMeta));
988 }

Callers 15

onClientTickEventMethod · 0.95
ItemEmptySlotMethod · 0.95
ItemFluidDisplayMethod · 0.95
getSubItemsMethod · 0.95
getSubItemsMethod · 0.95
BlockMetaTypeMethod · 0.95
getSubItemsMethod · 0.95
MultiTileEntityBlockMethod · 0.95
hideMethod · 0.95
onPostLoadMethod · 0.95
MultiItemBumblesMethod · 0.95
BlockWaterlikeMethod · 0.95

Calls 1

makeMethod · 0.95

Tested by

no test coverage detected