示例#1
0
 public CraftRecipe getRecipe() {
   try {
     return device.getRecipe(getSlotIndex());
   } catch (Exception e) {
     return null;
   }
 }