@Override
 public int getNumSlots(EntityRef inventoryEntity) {
   return InventoryUtils.getSlotCount(inventoryEntity);
 }