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

Method newInstance

src/main/java/gregapi/NEI_RecipeMap.java:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 @Override
99 public TemplateRecipeHandler newInstance() {
100 return new NEI_RecipeMap(mRecipeMap);
101 }
102
103 public class FixedPositionedStack extends PositionedStack {
104 public boolean permutated = F;

Callers 7

getProjectileMethod · 0.80
onServerStartMethod · 0.80
onServerStopMethod · 0.80
onServerLoadMethod · 0.80
onServerSaveMethod · 0.80
callConstructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected