コード例 #1
0
 private boolean repairable(org.bukkit.inventory.ItemStack stack) {
   return rfp.getAllowedRepairable().contains(stack.getType());
 }