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

Method stack

src/main/java/gregapi/data/TC.java:114–116  ·  view source on GitHub ↗
(TC aAspect, long aAmount)

Source from the content-addressed store, hash-verified

112 public Object mAspect;
113
114 public static TC_AspectStack stack(TC aAspect, long aAmount) {
115 return new TC_AspectStack(aAspect, aAmount);
116 }
117
118 public TC_AspectStack get(long aAmount) {return new TC_AspectStack(this, aAmount);}
119

Callers 15

aspects_met_radMethod · 0.95
aspectsMethod · 0.95
aspectsMethod · 0.95
onOreRegistrationMethod · 0.95
onPostLoadMethod · 0.95
addItemsMethod · 0.95
addItemsMethod · 0.95
addItemsMethod · 0.95
addItemsMethod · 0.95
addItemsMethod · 0.95
makeMethod · 0.95
addItemsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected