コード例 #1
0
 public void setMatrix(ItemStack[] contents) {
   crafting.setMatrix(contents);
 }
コード例 #2
0
 public ItemStack[] getMatrix() {
   return crafting.getMatrix();
 }
コード例 #3
0
 public void setResult(ItemStack newResult) {
   crafting.setResult(newResult);
 }
コード例 #4
0
 public ItemStack getResult() {
   return crafting.getResult();
 }