コード例 #1
0
 public Collection<MetallurgicInfuserRecipe> getRecipes() {
   return Recipe.METALLURGIC_INFUSER.get().values();
 }
コード例 #2
0
 public Set<Entry<InfusionInput, InfusionOutput>> getRecipes() {
   return Recipe.METALLURGIC_INFUSER.get().entrySet();
 }