Exemplo n.º 1
0
 public void put(int x, int y, ItemStack content) {
   super.put(y * 9 + x, content);
 }
Exemplo n.º 2
0
 @Override
 public void put(int index, ItemStack content) {
   super.put(mapIndex(index), content);
 }